Kernel: Mark VirtIORNG constructor as UNMAP_AFTER_INIT

This commit is contained in:
Brian Gianforcaro 2021-06-09 00:56:00 -07:00 committed by Andreas Kling
parent d27cecd729
commit 7e88ac63b9
Notes: sideshowbarker 2024-07-18 12:34:37 +09:00

View file

@ -8,7 +8,7 @@
namespace Kernel {
VirtIORNG::VirtIORNG(PCI::Address address)
UNMAP_AFTER_INIT VirtIORNG::VirtIORNG(PCI::Address address)
: CharacterDevice(10, 183)
, VirtIODevice(address, "VirtIORNG")
{