From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-lj1-x241.google.com ([2a00:1450:4864:20::241]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fYr6u-0004HT-TR for barebox@lists.infradead.org; Fri, 29 Jun 2018 10:58:42 +0000 Received: by mail-lj1-x241.google.com with SMTP id g3-v6so6975711ljk.12 for ; Fri, 29 Jun 2018 03:58:29 -0700 (PDT) From: Antony Pavlov Date: Fri, 29 Jun 2018 13:58:23 +0300 Message-Id: <20180629105823.16181-1-antonynpavlov@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" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH] MIPS: don't include generated header files into MIPS asm files To: barebox@lists.infradead.org This patch came out of discussions in the 'MIPS parallel build breakage' e-mail thread: http://lists.infradead.org/pipermail/barebox/2018-March/032251.html Signed-off-by: Antony Pavlov --- arch/mips/include/asm/pbl_macros.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/arch/mips/include/asm/pbl_macros.h b/arch/mips/include/asm/pbl_macros.h index 18115c8489..bb3182cda9 100644 --- a/arch/mips/include/asm/pbl_macros.h +++ b/arch/mips/include/asm/pbl_macros.h @@ -25,8 +25,6 @@ #include #include #include -#include -#include #include #include @@ -174,7 +172,7 @@ copy_loop_exit: nop .org 0x10 - .ascii "barebox " UTS_RELEASE " " UTS_VERSION + .ascii "barebox" .byte 0 .align 4 -- 2.18.0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox