Browse Source

V4L/DVB: remove unused #include <version.h>

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>
Huang Weiyi 16 years ago
parent
commit
568e9bb8d7
2 changed files with 0 additions and 2 deletions
  1. 0 1
      drivers/media/dvb/dm1105/dm1105.c
  2. 0 1
      drivers/media/dvb/dvb-usb/dw2102.c

+ 0 - 1
drivers/media/dvb/dm1105/dm1105.c

@@ -19,7 +19,6 @@
  *
  *
  */
  */
 
 
-#include <linux/version.h>
 #include <linux/i2c.h>
 #include <linux/i2c.h>
 #include <linux/init.h>
 #include <linux/init.h>
 #include <linux/kernel.h>
 #include <linux/kernel.h>

+ 0 - 1
drivers/media/dvb/dvb-usb/dw2102.c

@@ -9,7 +9,6 @@
 *
 *
 * see Documentation/dvb/README.dvb-usb for more information
 * see Documentation/dvb/README.dvb-usb for more information
 */
 */
-#include <linux/version.h>
 #include "dw2102.h"
 #include "dw2102.h"
 #include "si21xx.h"
 #include "si21xx.h"
 #include "stv0299.h"
 #include "stv0299.h"