[media] drxd, siano: Remove unused include linux/version.h
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 25 Jun 2011 13:39:36 +0000 (10:39 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 27 Jul 2011 20:53:12 +0000 (17:53 -0300)
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>
drivers/media/dvb/frontends/drxd_hard.c
drivers/media/dvb/siano/smscoreapi.h

index ea4c1c361d2b7a12473cd1d9ff6ec19a0aa977a8..f132e49e48e6156239dc63ef3e06e402f692eff1 100644 (file)
@@ -28,7 +28,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"
index 8ecadecaa9d0d9aa7de49612a4e7c0845162a4c2..c592ae090397932f24168267bb937261248a71ac 100644 (file)
@@ -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>