Kernel: Use nested namespace declarations in ACPI code

This commit is contained in:
Andreas Kling 2021-07-11 01:36:30 +02:00
commit 84ae2b6f00
Notes: sideshowbarker 2024-07-18 09:21:22 +09:00
7 changed files with 8 additions and 23 deletions

View file

@ -11,9 +11,7 @@
#include <AK/Vector.h>
#include <Kernel/PhysicalAddress.h>
namespace Kernel {
namespace ACPI {
namespace Kernel::ACPI {
namespace FADTFlags {
@ -327,5 +325,3 @@ PhysicalAddress find_table(PhysicalAddress rsdp, const StringView& signature);
}
}
}