x86, cleanup: Remove unneeded version.h include from arch/x86/
authorJesper Juhl <jj@chaosbits.net>
Mon, 1 Aug 2011 21:07:51 +0000 (23:07 +0200)
committerH. Peter Anvin <hpa@linux.intel.com>
Mon, 22 Aug 2011 22:35:43 +0000 (15:35 -0700)
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>
arch/x86/mm/mmio-mod.c

index 67421f38a215df252544f12805b5ea69e81f20e4..de54b9b278a7a1f6d55f545146317ab7763614e9 100644 (file)
@@ -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>