From 314eba105163a5605589fa78740f9d5659cfac22 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Wed, 21 May 2025 16:44:23 -0400 Subject: kernel: xhci: Remove unused include Signed-off-by: Ian Moffett --- sys/dev/usb/xhci.c | 2 -- 1 file changed, 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 #include -#include - #define pr_trace(fmt, ...) kprintf("xhci: " fmt, ##__VA_ARGS__) #define pr_error(...) pr_trace(__VA_ARGS__) -- cgit v1.2.3