| To: | Ralf Baechle <ralf@linux-mips.org>, linux-mips <linux-mips@linux-mips.org>, LKML <linux-kernel@vger.kernel.org> |
|---|---|
| Subject: | [PATCH] MIPS: includecheck fix: smp.c |
| From: | Jaswinder Singh Rajput <jaswinder@kernel.org> |
| Date: | Tue, 22 Sep 2009 18:59:27 +0530 |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
fix the following 'make includecheck' warning: arch/mips/kernel/smp.c: linux/smp.h is included more than once. Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com> --- arch/mips/kernel/smp.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/mips/kernel/smp.c b/arch/mips/kernel/smp.c index 64668a9..119a95e 100644 --- a/arch/mips/kernel/smp.c +++ b/arch/mips/kernel/smp.c @@ -32,7 +32,6 @@ #include <linux/cpumask.h> #include <linux/cpu.h> #include <linux/err.h> -#include <linux/smp.h> #include <asm/atomic.h> #include <asm/cpu.h> -- 1.6.0.6 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] MIPS: includecheck fix: bcm63xx, board_bcm963xx.c, Jaswinder Singh Rajput |
|---|---|
| Next by Date: | Re: [PATCH 3/3] Fix typo "enalbe" -> "enable", Wu Zhangjin |
| Previous by Thread: | [PATCH] MIPS: includecheck fix: bcm63xx, board_bcm963xx.c, Jaswinder Singh Rajput |
| Next by Thread: | Re: [PATCH] MIPS: includecheck fix: smp.c, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |