nvme_drv: fix build errors with gcc 12

Fixes #4845
This commit is contained in:
Christian Prochaska 2023-04-25 04:20:27 +02:00 committed by Christian Helmuth
parent 4dc5426a45
commit b96004fd71

View File

@ -578,6 +578,8 @@ class Nvme::Controller : Platform::Device,
Platform::Device::Mmio,
Platform::Device::Irq
{
using Mmio = Genode::Mmio;
public:
/**********