summaryrefslogtreecommitdiff
path: root/Kernel/Arch/x86_64/PCI/MSI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Arch/x86_64/PCI/MSI.cpp')
-rw-r--r--Kernel/Arch/x86_64/PCI/MSI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Arch/x86_64/PCI/MSI.cpp b/Kernel/Arch/x86_64/PCI/MSI.cpp
index 874f9aae94..e6a991c620 100644
--- a/Kernel/Arch/x86_64/PCI/MSI.cpp
+++ b/Kernel/Arch/x86_64/PCI/MSI.cpp
@@ -8,7 +8,7 @@
#include <Kernel/Arch/PCIMSI.h>
#include <Kernel/Arch/x86_64/Interrupts/APIC.h>
#include <Kernel/Arch/x86_64/PCI/MSI.h>
-#include <Kernel/InterruptDisabler.h>
+#include <Kernel/Interrupts/InterruptDisabler.h>
namespace Kernel {
u64 msi_address_register(u8 destination_id, bool redirection_hint, bool destination_mode)