Kernel: Remove unused function from ACPI namespace
This commit is contained in:
@@ -35,8 +35,6 @@ namespace Kernel::ACPI::AML
|
||||
|
||||
BAN::ErrorOr<void> remove_named_object(const Scope& absolute_path);
|
||||
|
||||
BAN::ErrorOr<void> initialize_devices();
|
||||
|
||||
// node is nullptr if it is not found
|
||||
struct FindResult
|
||||
{
|
||||
|
||||
@@ -429,10 +429,4 @@ namespace Kernel::ACPI::AML
|
||||
|
||||
return {};
|
||||
}
|
||||
|
||||
BAN::ErrorOr<void> Namespace::initialize_devices()
|
||||
{
|
||||
return {};
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user