diff options
author | Jesper Juhl <jj@chaosbits.net> | 2012-01-15 14:39:13 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-01-16 09:55:04 -0500 |
commit | 016961e0d9c5446017610a10fe7db14bf5f5400c (patch) | |
tree | b252614f079d46ae3d387adda10bf0e2b795a048 /drivers/media | |
parent | d04ca8df70f0e1c3fe6ee2aeb1114b03a3a3de88 (diff) |
[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 @@ | |||
29 | #include <linux/delay.h> | 29 | #include <linux/delay.h> |
30 | #include <linux/firmware.h> | 30 | #include <linux/firmware.h> |
31 | #include <linux/i2c.h> | 31 | #include <linux/i2c.h> |
32 | #include <linux/version.h> | ||
33 | #include <asm/div64.h> | 32 | #include <asm/div64.h> |
34 | 33 | ||
35 | #include "dvb_frontend.h" | 34 | #include "dvb_frontend.h" |