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-Url: http://git.mmlx.us/?a=commitdiff_plain;h=ed0b6af8334e47007a6bb18afe2c71ea26b44d03;p=linux-edison.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 9c516cde804..9227db5d895 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 57896243b38..3fe603858f8 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 ae6369b9a90..c56da628dbe 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"