diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-06-25 09:39:36 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-27 16:53:12 -0400 |
commit | d35ebf9558e692299b764163d61420fe5f526c02 (patch) | |
tree | ac8f67bf9614c33c1667154e76538ae3a70ef759 /drivers/media/dvb/frontends/drxd_hard.c | |
parent | ae6db5154671759426046c2cbc2e20a82ff0feed (diff) |
[media] drxd, siano: Remove unused include linux/version.h
Both drxd and siano drivers were including linux/version.h without
any reason. Probably, this is due to some compatibility code that
used to exist before having their support added into the Linux
Kernel.
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/drxd_hard.c')
-rw-r--r-- | drivers/media/dvb/frontends/drxd_hard.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/drxd_hard.c b/drivers/media/dvb/frontends/drxd_hard.c index ea4c1c361d2b..f132e49e48e6 100644 --- a/drivers/media/dvb/frontends/drxd_hard.c +++ b/drivers/media/dvb/frontends/drxd_hard.c | |||
@@ -28,7 +28,6 @@ | |||
28 | #include <linux/delay.h> | 28 | #include <linux/delay.h> |
29 | #include <linux/firmware.h> | 29 | #include <linux/firmware.h> |
30 | #include <linux/i2c.h> | 30 | #include <linux/i2c.h> |
31 | #include <linux/version.h> | ||
32 | #include <asm/div64.h> | 31 | #include <asm/div64.h> |
33 | 32 | ||
34 | #include "dvb_frontend.h" | 33 | #include "dvb_frontend.h" |