1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 21:48:11 +00:00

Kernel: Use nested namespace declarations in ACPI code

This commit is contained in:
Andreas Kling 2021-07-11 01:36:30 +02:00
parent b1c68dd235
commit 84ae2b6f00
7 changed files with 8 additions and 23 deletions

View file

@ -9,8 +9,7 @@
#include <Kernel/CommandLine.h>
#include <Kernel/Sections.h>
namespace Kernel {
namespace ACPI {
namespace Kernel::ACPI {
UNMAP_AFTER_INIT void initialize()
{
@ -34,4 +33,3 @@ bool is_enabled()
}
}
}