| To: | Ralf Baechle <ralf@linux-mips.org>, Florian Fainelli <florian@openwrt.org>, Maxime Bizon <mbizon@freebox.fr>, linux-mips <linux-mips@linux-mips.org>, LKML <linux-kernel@vger.kernel.org> |
|---|---|
| Subject: | [PATCH] MIPS: includecheck fix: bcm63xx, board_bcm963xx.c |
| From: | Jaswinder Singh Rajput <jaswinder@kernel.org> |
| Date: | Tue, 22 Sep 2009 18:57:17 +0530 |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
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@gmail.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 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] cpmac: fix compilation errors against undeclared BUS_ID_SIZE, David Miller |
|---|---|
| Next by Date: | [PATCH] MIPS: includecheck fix: smp.c, Jaswinder Singh Rajput |
| Previous by Thread: | [PATCH] When complaining about attempting to set the irq affinity to multiple cpus,, Mark Mason |
| Next by Thread: | Re: [PATCH] MIPS: includecheck fix: bcm63xx, board_bcm963xx.c, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |