From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from relay4-d.mail.gandi.net ([217.70.183.196]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1i2cWq-0000LX-Kv for barebox@lists.infradead.org; Tue, 27 Aug 2019 14:33:02 +0000 Received: from geraet.pengutronix.de (hazel.nat.pengutronix.de [85.220.165.66]) (Authenticated sender: ahmad@a3f.at) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 70CBAE0006 for ; Tue, 27 Aug 2019 14:32:46 +0000 (UTC) From: Ahmad Fatoum Date: Tue, 27 Aug 2019 16:32:34 +0200 Message-Id: <20190827143239.15682-2-ahmad@a3f.at> In-Reply-To: <20190827143239.15682-1-ahmad@a3f.at> References: <20190827143239.15682-1-ahmad@a3f.at> MIME-Version: 1.0 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: [PATCH 1/6] sandbox: include header to provide missing prototype To: barebox@lists.infradead.org sandbox_add_device lacks a prototype. Include the appropriate header to fix this. Signed-off-by: Ahmad Fatoum --- arch/sandbox/board/devices.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/sandbox/board/devices.c b/arch/sandbox/board/devices.c index 242a0d718e91..72e62552a3b8 100644 --- a/arch/sandbox/board/devices.c +++ b/arch/sandbox/board/devices.c @@ -8,6 +8,7 @@ #include #include #include +#include static LIST_HEAD(sandbox_device_list); -- 2.20.1 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox