From: Jesper Juhl Date: Thu, 23 Jun 2011 23:04:19 +0000 (+0200) Subject: Remove unneeded version.h includes (and add where needed) for drivers/tm6000/ X-Git-Tag: v3.1-rc1~232^2~198 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ed0b6af8334e47007a6bb18afe2c71ea26b44d03;p=thirdparty%2Flinux.git Remove unneeded version.h includes (and add where needed) for drivers/tm6000/ 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/tm6000/. This patch fixes up the includes. Signed-off-by: Jesper Juhl Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/tm6000/tm6000-cards.c b/drivers/staging/tm6000/tm6000-cards.c index 9c516cde80479..9227db5d89554 100644 --- a/drivers/staging/tm6000/tm6000-cards.c +++ b/drivers/staging/tm6000/tm6000-cards.c @@ -23,7 +23,6 @@ #include #include #include -#include #include #include #include diff --git a/drivers/staging/tm6000/tm6000-video.c b/drivers/staging/tm6000/tm6000-video.c index 57896243b38a0..3fe603858f8f5 100644 --- a/drivers/staging/tm6000/tm6000-video.c +++ b/drivers/staging/tm6000/tm6000-video.c @@ -30,7 +30,6 @@ #include #include #include -#include #include #include #include diff --git a/drivers/staging/tm6000/tm6000.h b/drivers/staging/tm6000/tm6000.h index ae6369b9a90cf..c56da628dbefa 100644 --- a/drivers/staging/tm6000/tm6000.h +++ b/drivers/staging/tm6000/tm6000.h @@ -30,8 +30,7 @@ #include #include #include - - +#include #include #include "dvb_demux.h" #include "dvb_frontend.h"