From: Jesper Juhl Date: Sun, 15 Jan 2012 20:07:35 +0000 (+0100) Subject: MIPS: BMIPS: smp-bmips.c does not need to include version.h X-Git-Tag: accepted/tizen/common/20141203.182822~5193^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dfe981ffb987f8702c91d652921f3d1cf9e9b85e;p=platform%2Fkernel%2Flinux-arm64.git 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 '. This patch removes the unneeded include. Signed-off-by: Jesper Juhl Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Cc: Kevin Cernekee Cc: trivial@kernel.org Patchwork: https://patchwork.linux-mips.org/patch/3269/ Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/kernel/smp-bmips.c b/arch/mips/kernel/smp-bmips.c index 58fe71a..d5e950a 100644 --- a/arch/mips/kernel/smp-bmips.c +++ b/arch/mips/kernel/smp-bmips.c @@ -8,7 +8,6 @@ * SMP support for BMIPS */ -#include #include #include #include