diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-06-25 10:39:36 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-27 17:53:12 -0300 |
commit | d35ebf9558e692299b764163d61420fe5f526c02 (patch) | |
tree | ac8f67bf9614c33c1667154e76538ae3a70ef759 /drivers/media/dvb/siano | |
parent | ae6db5154671759426046c2cbc2e20a82ff0feed (diff) | |
download | kernel_goldelico_gta04-d35ebf9558e692299b764163d61420fe5f526c02.zip kernel_goldelico_gta04-d35ebf9558e692299b764163d61420fe5f526c02.tar.gz kernel_goldelico_gta04-d35ebf9558e692299b764163d61420fe5f526c02.tar.bz2 |
[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/siano')
-rw-r--r-- | drivers/media/dvb/siano/smscoreapi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb/siano/smscoreapi.h b/drivers/media/dvb/siano/smscoreapi.h index 8ecadec..c592ae0 100644 --- a/drivers/media/dvb/siano/smscoreapi.h +++ b/drivers/media/dvb/siano/smscoreapi.h @@ -22,7 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #ifndef __SMS_CORE_API_H__ #define __SMS_CORE_API_H__ -#include <linux/version.h> #include <linux/device.h> #include <linux/list.h> #include <linux/mm.h> |