From: Francisco Alecrim Date: Wed, 12 Dec 2007 21:49:54 +0000 (-0400) Subject: tahvo-usb: compile fix usb/gadget.h X-Git-Tag: v2.6.24-omap1~112 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=488de021a75771df95473c85bfaa9c8f1c9db659;p=linux-2.6-omap-h63xx.git 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 --- 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