From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:6f8:1178:4:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Xst82-0002gR-3b for barebox@lists.infradead.org; Mon, 24 Nov 2014 12:52:30 +0000 Date: Mon, 24 Nov 2014 13:52:08 +0100 From: Sascha Hauer Message-ID: <20141124125208.GF30369@pengutronix.de> References: <1416827220-3103-1-git-send-email-l.stach@pengutronix.de> <1416827220-3103-12-git-send-email-l.stach@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1416827220-3103-12-git-send-email-l.stach@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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: Re: [PATCH 11/20] arm: phyflex-imx6: move common.h before other includes To: Lucas Stach Cc: barebox@lists.infradead.org On Mon, Nov 24, 2014 at 12:06:51PM +0100, Lucas Stach wrote: > Fixes: include/envfs.h:124:10: error: 'ENOSYS' undeclared > > Signed-off-by: Lucas Stach > --- > arch/arm/boards/phytec-phyflex-imx6/board.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boards/phytec-phyflex-imx6/board.c b/arch/arm/boards/phytec-phyflex-imx6/board.c > index 09a5c79a9ade..1d6602c0ef26 100644 > --- a/arch/arm/boards/phytec-phyflex-imx6/board.c > +++ b/arch/arm/boards/phytec-phyflex-imx6/board.c > @@ -17,10 +17,10 @@ > * > */ > > +#include > #include > #include > #include > -#include Isn't the correct fix to include from then? Sascha -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox