diff options
author | Ian Moffett <ian@osmora.org> | 2025-05-21 16:44:23 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-05-21 16:44:23 -0400 |
commit | 314eba105163a5605589fa78740f9d5659cfac22 (patch) | |
tree | dc107d020e5808a30e6e83e8d4535044d3ce830c /sys/dev/usb/xhci.c | |
parent | d1e8fbf6281443ce7227fc00a15c8445156e672e (diff) |
kernel: xhci: Remove unused include
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/dev/usb/xhci.c')
-rw-r--r-- | sys/dev/usb/xhci.c | 2 |
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__) |