1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:38:11 +00:00

Kernel: Rename SysFS related classes in ACPI code

Give them names that sound related to SysFS.
This commit is contained in:
Andreas Kling 2021-07-11 01:35:03 +02:00
parent 805319ed30
commit b1c68dd235
3 changed files with 19 additions and 19 deletions

View file

@ -237,7 +237,7 @@ void init_stage2(void*)
USB::UHCIController::detect();
BIOSExposedDirectory::initialize();
ACPI::ExposedDirectory::initialize();
ACPI::ACPISysFSDirectory::initialize();
VirtIO::detect();