]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
V4L/DVB: remove unused #include <version.h>
authorHuang Weiyi <weiyi.huang@gmail.com>
Sat, 18 Oct 2008 07:41:52 +0000 (04:41 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 29 Dec 2008 19:53:12 +0000 (17:53 -0200)
The file(s) below do not use LINUX_VERSION_CODE nor KERNEL_VERSION.
  drivers/media/dvb/dm1105/dm1105.c
  drivers/media/dvb/dvb-usb/dw2102.c

This patch removes the said #include <version.h>.

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/dm1105/dm1105.c
drivers/media/dvb/dvb-usb/dw2102.c

index a21ce9edcc7ee1f383567ed8bc48a0d5d452c143..5c16437d989dd57107ac5f22d07ca37e017780e7 100644 (file)
@@ -19,7 +19,6 @@
  *
  */
 
-#include <linux/version.h>
 #include <linux/i2c.h>
 #include <linux/init.h>
 #include <linux/kernel.h>
index 6286fbbe7fb5bd1178065d5618c817ab2da5a45d..c9431713df6010f29a0659c5a0c371ed6e0cb8f8 100644 (file)
@@ -9,7 +9,6 @@
 *
 * see Documentation/dvb/README.dvb-usb for more information
 */
-#include <linux/version.h>
 #include "dw2102.h"
 #include "si21xx.h"
 #include "stv0299.h"