[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1253626037.3784.13.camel@ht.satnam>
Date: Tue, 22 Sep 2009 18:57:17 +0530
From: Jaswinder Singh Rajput <jaswinder@...nel.org>
To: Ralf Baechle <ralf@...ux-mips.org>,
Florian Fainelli <florian@...nwrt.org>,
Maxime Bizon <mbizon@...ebox.fr>,
linux-mips <linux-mips@...ux-mips.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH] MIPS: includecheck fix: bcm63xx, board_bcm963xx.c
fix the following 'make includecheck' warning:
arch/mips/bcm63xx/boards/board_bcm963xx.c: bcm63xx_board.h is included more than once.
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@...il.com>
---
arch/mips/bcm63xx/boards/board_bcm963xx.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/mips/bcm63xx/boards/board_bcm963xx.c b/arch/mips/bcm63xx/boards/board_bcm963xx.c
index fd77f54..12add0c 100644
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
@@ -20,7 +20,6 @@
#include <bcm63xx_cpu.h>
#include <bcm63xx_regs.h>
#include <bcm63xx_io.h>
-#include <bcm63xx_board.h>
#include <bcm63xx_dev_pci.h>
#include <bcm63xx_dev_enet.h>
#include <bcm63xx_dev_dsp.h>
--
1.6.0.6
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists