diff options
author | Jesper Juhl <jj@chaosbits.net> | 2012-01-15 21:07:35 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-02-20 18:33:17 +0100 |
commit | dfe981ffb987f8702c91d652921f3d1cf9e9b85e (patch) | |
tree | c33e0eb02be9a0cf89061f3e8e61c3658f6f2293 /arch/mips | |
parent | b01543dfe67bb1d191998e90d20534dc354de059 (diff) |
MIPS: BMIPS: smp-bmips.c does not need to include version.h
As 'make versioncheck' nicely points out, arch/mips/kernel/smp-bmips.c
has no need to '#include <linux/version.h>'. This patch removes the
unneeded include.
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Cc: Kevin Cernekee <cernekee@gmail.com>
Cc: trivial@kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/3269/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/kernel/smp-bmips.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/kernel/smp-bmips.c b/arch/mips/kernel/smp-bmips.c index 58fe71afd879..d5e950ab8527 100644 --- a/arch/mips/kernel/smp-bmips.c +++ b/arch/mips/kernel/smp-bmips.c @@ -8,7 +8,6 @@ * SMP support for BMIPS */ -#include <linux/version.h> #include <linux/init.h> #include <linux/sched.h> #include <linux/mm.h> |