aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/kapi/acpi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/kapi/acpi.cpp')
-rw-r--r--arch/x86_64/kapi/acpi.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/x86_64/kapi/acpi.cpp b/arch/x86_64/kapi/acpi.cpp
index 9766154..ec38aee 100644
--- a/arch/x86_64/kapi/acpi.cpp
+++ b/arch/x86_64/kapi/acpi.cpp
@@ -1,16 +1,9 @@
#include "kapi/acpi.hpp"
-#include "kapi/devices.hpp"
-#include "kapi/memory.hpp"
-
#include "arch/boot/boot.hpp"
-#include "arch/devices/local_apic.hpp"
#include <kstd/memory>
-#include <cstddef>
-#include <cstdint>
-
namespace kapi::acpi
{
@@ -34,10 +27,4 @@ namespace kapi::acpi
return kstd::make_observer(system_description_pointer);
}
- auto create_local_interrupt_controller(std::size_t major, std::size_t minor, std::uint64_t hardware_id,
- memory::physical_address address) -> kstd::unique_ptr<devices::device>
- {
- return kstd::make_unique<arch::devices::local_apic>(major, minor, hardware_id, address);
- }
-
} // namespace kapi::acpi \ No newline at end of file