diff options
author | Jesper Juhl <jj@chaosbits.net> | 2012-01-15 20:39:13 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-01-16 15:55:04 +0100 |
commit | 016961e0d9c5446017610a10fe7db14bf5f5400c (patch) | |
tree | b252614f079d46ae3d387adda10bf0e2b795a048 /drivers/media | |
parent | [media] cxd2820r: do not switch to DVB-T when DVB-C fails (diff) | |
download | linux-016961e0d9c5446017610a10fe7db14bf5f5400c.tar.xz linux-016961e0d9c5446017610a10fe7db14bf5f5400c.zip |
[media] tda18271c2dd: Remove pointless linux/version.h include
As pointed out by 'make versioncheck', there's no need for
drivers/media/dvb/frontends/tda18271c2dd.c to
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/dvb/frontends/tda18271c2dd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/tda18271c2dd.c b/drivers/media/dvb/frontends/tda18271c2dd.c index 86da3d816498..ad7c72e8f517 100644 --- a/drivers/media/dvb/frontends/tda18271c2dd.c +++ b/drivers/media/dvb/frontends/tda18271c2dd.c @@ -29,7 +29,6 @@ #include <linux/delay.h> #include <linux/firmware.h> #include <linux/i2c.h> -#include <linux/version.h> #include <asm/div64.h> #include "dvb_frontend.h" |