From 69d6cbe748ae13e6b728d2c28616a8c54b07f9c2 Mon Sep 17 00:00:00 2001 From: Lukasz Majewski Date: Tue, 17 Sep 2013 15:58:22 +0200 Subject: usb:gadget:Remove redundant #includes for USB composite gadget and its functions Only the requires error.h include. Hence, several includes of error.h at USB gadget functions are not needed. Moreover unnecessary malloc.h includes were also removed. Signed-off-by: Lukasz Majewski Cc: Marek Vasut --- include/linux/usb/gadget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux') diff --git a/include/linux/usb/gadget.h b/include/linux/usb/gadget.h index 220d068..a8a5763 100644 --- a/include/linux/usb/gadget.h +++ b/include/linux/usb/gadget.h @@ -18,6 +18,7 @@ #ifndef __LINUX_USB_GADGET_H #define __LINUX_USB_GADGET_H +#include #include struct usb_ep; -- cgit v1.1