From: Jesper Juhl Date: Thu, 23 Jun 2011 22:51:12 +0000 (+0200) Subject: Remove unneeded version.h includes (and add where needed) for drivers/staging/easycap/ X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0de7586a11890b9fbf1cfc119adf2ba59841f41e;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git Remove unneeded version.h includes (and add where needed) for drivers/staging/easycap/ It was pointed out by 'make versioncheck' that linux/version.h was not always being included where needed and sometimes included needlessly in drivers/staging/easycap/. This patch fixes up the includes. Signed-off-by: Jesper Juhl Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/easycap/easycap.h b/drivers/staging/easycap/easycap.h index 5d21620744fa..f5e7193c4bdb 100644 --- a/drivers/staging/easycap/easycap.h +++ b/drivers/staging/easycap/easycap.h @@ -62,7 +62,6 @@ #include #include -#include #include #include #include diff --git a/drivers/staging/easycap/easycap_ioctl.c b/drivers/staging/easycap/easycap_ioctl.c index b3bd11d5879f..f767f2ea390c 100644 --- a/drivers/staging/easycap/easycap_ioctl.c +++ b/drivers/staging/easycap/easycap_ioctl.c @@ -25,6 +25,7 @@ */ /*****************************************************************************/ +#include #include "easycap.h" /*--------------------------------------------------------------------------*/