Skip to content

Commit

Permalink
x86, cleanup: Remove unneeded version.h include from arch/x86/
Browse files Browse the repository at this point in the history
It was pointed out by 'make versioncheck' that the include of
linux/version.h is not needed in arch/x86/mm/mmio-mod.c .
This patch removes it.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Link: http://lkml.kernel.org/r/alpine.LNX.2.00.1108012305570.31999@swampdragon.chaosbits.net
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
  • Loading branch information
Jesper Juhl authored and H. Peter Anvin committed Aug 22, 2011
1 parent fcb8ce5 commit 7a4e8be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86/mm/mmio-mod.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#include <linux/slab.h>
#include <linux/uaccess.h>
#include <linux/io.h>
#include <linux/version.h>
#include <linux/kallsyms.h>
#include <asm/pgtable.h>
#include <linux/mmiotrace.h>
Expand Down

0 comments on commit 7a4e8be

Please sign in to comment.