Skip to content

Commit

Permalink
MIPS: BMIPS: smp-bmips.c does not need to include version.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jesper Juhl authored and Ralf Baechle committed Feb 20, 2012
1 parent b01543d commit dfe981f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/mips/kernel/smp-bmips.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* SMP support for BMIPS
*/

#include <linux/version.h>
#include <linux/init.h>
#include <linux/sched.h>
#include <linux/mm.h>
Expand Down

0 comments on commit dfe981f

Please sign in to comment.