mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
Kernel: Use nested namespace declarations in ACPI code
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user