From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ns.lynxeye.de ([87.118.118.114] helo=lynxeye.de) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1YM1VJ-00082U-MP for barebox@lists.infradead.org; Thu, 12 Feb 2015 21:40:58 +0000 Received: from tellur.intern.lynxeye.de (p57B5FBCA.dip0.t-ipconnect.de [87.181.251.202]) by lynxeye.de (Postfix) with ESMTPA id 4D99926C2002 for ; Thu, 12 Feb 2015 22:40:05 +0100 (CET) From: Lucas Stach Date: Thu, 12 Feb 2015 22:39:37 +0100 Message-Id: <1423777200-22965-2-git-send-email-dev@lynxeye.de> In-Reply-To: <1423777200-22965-1-git-send-email-dev@lynxeye.de> References: <1423777200-22965-1-git-send-email-dev@lynxeye.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH RFT 01/24] usb: gadget: include common.h in header To: barebox@lists.infradead.org It is needed for container_of() and this header falls over if we change the include order. Signed-off-by: Lucas Stach --- include/usb/gadget.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/usb/gadget.h b/include/usb/gadget.h index f663e98..80418a9 100644 --- a/include/usb/gadget.h +++ b/include/usb/gadget.h @@ -15,6 +15,7 @@ #ifndef __LINUX_USB_GADGET_H #define __LINUX_USB_GADGET_H +#include #include #include #include -- 2.1.0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox