summaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-05-21 16:44:23 -0400
committerIan Moffett <ian@osmora.org>2025-05-21 16:44:23 -0400
commit314eba105163a5605589fa78740f9d5659cfac22 (patch)
treedc107d020e5808a30e6e83e8d4535044d3ce830c /sys/dev/usb
parentd1e8fbf6281443ce7227fc00a15c8445156e672e (diff)
kernel: xhci: Remove unused include
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/xhci.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/usb/xhci.c b/sys/dev/usb/xhci.c
index 1355485..f5b7a13 100644
--- a/sys/dev/usb/xhci.c
+++ b/sys/dev/usb/xhci.c
@@ -43,8 +43,6 @@
#include <assert.h>
#include <string.h>
-#include <machine/lapic.h>
-
#define pr_trace(fmt, ...) kprintf("xhci: " fmt, ##__VA_ARGS__)
#define pr_error(...) pr_trace(__VA_ARGS__)