summaryrefslogtreecommitdiff
path: root/Kernel/Devices/HID/HIDManagement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Devices/HID/HIDManagement.h')
-rw-r--r--Kernel/Devices/HID/HIDManagement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Devices/HID/HIDManagement.h b/Kernel/Devices/HID/HIDManagement.h
index 4afa687af9..0a14ffaecb 100644
--- a/Kernel/Devices/HID/HIDManagement.h
+++ b/Kernel/Devices/HID/HIDManagement.h
@@ -63,7 +63,7 @@ private:
size_t m_mouse_minor_number { 0 };
size_t m_keyboard_minor_number { 0 };
KeyboardClient* m_client { nullptr };
-#if ARCH(I386) || ARCH(X86_64)
+#if ARCH(X86_64)
LockRefPtr<I8042Controller> m_i8042_controller;
#endif
NonnullLockRefPtrVector<HIDDevice> m_hid_devices;