From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kNDL1-0004a2-FQ for barebox@lists.infradead.org; Tue, 29 Sep 2020 10:58:29 +0000 From: Ahmad Fatoum Date: Tue, 29 Sep 2020 12:58:22 +0200 Message-Id: <20200929105823.11542-4-a.fatoum@pengutronix.de> In-Reply-To: <20200929105823.11542-1-a.fatoum@pengutronix.de> References: <20200929105823.11542-1-a.fatoum@pengutronix.de> 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 4/5] include: asm-generic: bitio.h don't include directly To: barebox@lists.infradead.org Cc: Ahmad Fatoum is not meant for direct inclusion. It provides defaults for each arch's to fall back to. Use instead. Signed-off-by: Ahmad Fatoum --- include/asm-generic/bitio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/asm-generic/bitio.h b/include/asm-generic/bitio.h index e88dbd7b8527..99b85da59c6d 100644 --- a/include/asm-generic/bitio.h +++ b/include/asm-generic/bitio.h @@ -3,7 +3,7 @@ #ifndef __ASM_GENERIC_BITIO_H #define __ASM_GENERIC_BITIO_H -#include +#include /* * Clear and set bits in one shot. These macros can be used to clear and -- 2.28.0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox