Skip to content

Commit

Permalink
MIPS: Remove unneeded version.h includes from arch/mips/
Browse files Browse the repository at this point in the history
It was pointed out by 'make versioncheck' that some includes of
linux/version.h are not needed in arch/mips/.
This patch removes them.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
To: LKML <linux-kernel@vger.kernel.org>
Cc: trivial@kernel.org
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2540/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Jesper Juhl authored and Ralf Baechle committed Sep 17, 2011
1 parent 1665010 commit d4001e0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion arch/mips/include/asm/mach-powertv/dma-coherence.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#define __ASM_MACH_POWERTV_DMA_COHERENCE_H

#include <linux/sched.h>
#include <linux/version.h>
#include <linux/device.h>
#include <asm/mach-powertv/asic.h>

Expand Down
1 change: 0 additions & 1 deletion arch/mips/lantiq/xway/ebu.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/version.h>
#include <linux/ioport.h>

#include <lantiq_soc.h>
Expand Down
1 change: 0 additions & 1 deletion arch/mips/lantiq/xway/pmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/version.h>
#include <linux/ioport.h>

#include <lantiq_soc.h>
Expand Down

0 comments on commit d4001e0

Please sign in to comment.