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 <francisco.alecrim@xxxxxxxxxxx> --- drivers/cbus/tahvo-usb.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/cbus/tahvo-usb.c b/drivers/cbus/tahvo-usb.c index cfab6c5..11de42d 100644 --- a/drivers/cbus/tahvo-usb.c +++ b/drivers/cbus/tahvo-usb.c @@ -34,7 +34,7 @@ #include <linux/interrupt.h> #include <linux/platform_device.h> #include <linux/usb/ch9.h> -#include <linux/usb_gadget.h> +#include <linux/usb/gadget.h> #include <linux/usb.h> #include <linux/usb/otg.h> #include <linux/i2c.h> -- 1.5.3.7 - To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html