From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-fx0-f49.google.com ([209.85.161.49]) by canuck.infradead.org with esmtp (Exim 4.72 #1 (Red Hat Linux)) id 1PAMJA-0001qz-BS for barebox@lists.infradead.org; Mon, 25 Oct 2010 12:37:48 +0000 Received: by fxm15 with SMTP id 15so2232100fxm.36 for ; Mon, 25 Oct 2010 05:37:46 -0700 (PDT) From: Marek Belisko Date: Mon, 25 Oct 2010 14:39:53 +0200 Message-Id: <1288010393-3644-1-git-send-email-marek.belisko@gmail.com> 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-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH] barebox:usb_gadget:Remove compilation error. To: barebox@lists.infradead.org Missing include caused that __initdata was undeclared what lead to compilation error. Signed-off-by: Marek Belisko --- drivers/usb/gadget/epautoconf.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/usb/gadget/epautoconf.c b/drivers/usb/gadget/epautoconf.c index e549792..78f3099 100644 --- a/drivers/usb/gadget/epautoconf.c +++ b/drivers/usb/gadget/epautoconf.c @@ -18,7 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * */ - +#include #include #include #include -- 1.7.1 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox