From 488de021a75771df95473c85bfaa9c8f1c9db659 Mon Sep 17 00:00:00 2001 From: Francisco Alecrim Date: Wed, 12 Dec 2007 17:49:54 -0400 Subject: [PATCH] tahvo-usb: compile fix usb/gadget.h Fix tahvo-usb.c header from include/linux/usb_gadget.h to include/linux/usb/gadget.h. drivers/cbus/tahvo-usb.c:37:30: linux/usb_gadget.h: No such file or directory Signed-off-by: Francisco Alecrim Signed-off-by: Tony Lindgren --- drivers/cbus/tahvo-usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/cbus/tahvo-usb.c b/drivers/cbus/tahvo-usb.c index cfab6c5c3a4..11de42d4847 100644 --- a/drivers/cbus/tahvo-usb.c +++ b/drivers/cbus/tahvo-usb.c @@ -34,7 +34,7 @@ #include #include #include -#include +#include #include #include #include -- 2.41.0