From: Jesper Juhl Date: Thu, 23 Jun 2011 22:52:14 +0000 (+0200) Subject: Remove unneeded version.h include from drivers/staging/hv/hv_timesource.c X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=e56269a62f8a272634042efbc8401e332d76b782;p=linux-edison.git Remove unneeded version.h include from drivers/staging/hv/hv_timesource.c It was pointed out by 'make versioncheck' that include of linux/version.h is not needed in drivers/staging/hv/hv_timesource.c . This patch removes it. Signed-off-by: Jesper Juhl Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/hv/hv_timesource.c b/drivers/staging/hv/hv_timesource.c index 0efb0491525..2b0f9aaf912 100644 --- a/drivers/staging/hv/hv_timesource.c +++ b/drivers/staging/hv/hv_timesource.c @@ -22,7 +22,6 @@ */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt -#include #include #include #include