From: Jesper Juhl Date: Mon, 1 Aug 2011 21:07:51 +0000 (+0200) Subject: x86, cleanup: Remove unneeded version.h include from arch/x86/ X-Git-Tag: v3.2-rc1~156^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7a4e8beabcb5262547b364851cbdd995b6798be1;p=thirdparty%2Flinux.git x86, cleanup: Remove unneeded version.h include from arch/x86/ 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 Link: http://lkml.kernel.org/r/alpine.LNX.2.00.1108012305570.31999@swampdragon.chaosbits.net Signed-off-by: H. Peter Anvin --- diff --git a/arch/x86/mm/mmio-mod.c b/arch/x86/mm/mmio-mod.c index 67421f38a215d..de54b9b278a7a 100644 --- a/arch/x86/mm/mmio-mod.c +++ b/arch/x86/mm/mmio-mod.c @@ -29,7 +29,6 @@ #include #include #include -#include #include #include #include