mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-24 00:24:38 +00:00
Kernel: Use nested namespace declarations in ACPI code
This commit is contained in:
@@ -8,8 +8,7 @@
|
||||
#include <Kernel/ACPI/Parser.h>
|
||||
#include <Kernel/Sections.h>
|
||||
|
||||
namespace Kernel {
|
||||
namespace ACPI {
|
||||
namespace Kernel::ACPI {
|
||||
|
||||
UNMAP_AFTER_INIT DynamicParser::DynamicParser(PhysicalAddress rsdp)
|
||||
: IRQHandler(9)
|
||||
@@ -57,4 +56,3 @@ void DynamicParser::build_namespace()
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user