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 1YTdfv-00077S-JN for barebox@lists.infradead.org; Thu, 05 Mar 2015 21:51:24 +0000 Received: from tellur.intern.lynxeye.de (p57B5E414.dip0.t-ipconnect.de [87.181.228.20]) by lynxeye.de (Postfix) with ESMTPA id 4522F26C2002 for ; Thu, 5 Mar 2015 22:50:25 +0100 (CET) From: Lucas Stach Date: Thu, 5 Mar 2015 22:49:52 +0100 Message-Id: <1425592221-23774-2-git-send-email-dev@lynxeye.de> In-Reply-To: <1425592221-23774-1-git-send-email-dev@lynxeye.de> References: <1425592221-23774-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 v2 01/27] 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