summaryrefslogtreecommitdiff
path: root/Kernel/Devices/Audio/AC97.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Devices/Audio/AC97.cpp')
-rw-r--r--Kernel/Devices/Audio/AC97.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Devices/Audio/AC97.cpp b/Kernel/Devices/Audio/AC97.cpp
index 75bc7e7125..3bffa78596 100644
--- a/Kernel/Devices/Audio/AC97.cpp
+++ b/Kernel/Devices/Audio/AC97.cpp
@@ -8,7 +8,7 @@
#include <Kernel/Arch/Delay.h>
#include <Kernel/Devices/Audio/AC97.h>
#include <Kernel/Devices/DeviceManagement.h>
-#include <Kernel/InterruptDisabler.h>
+#include <Kernel/Interrupts/InterruptDisabler.h>
#include <Kernel/Memory/AnonymousVMObject.h>
namespace Kernel {