V4L/DVB (4339): Removed the remaining config.h stuff
authorMauro Carvalho Chehab <mchehab@infradead.org>
Tue, 8 Aug 2006 12:10:00 +0000 (09:10 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Tue, 26 Sep 2006 12:03:16 +0000 (09:03 -0300)
Since kernel include autoconf.h via command line, those config.h inclusion
can be removed.

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
12 files changed:
drivers/media/radio/radio-aimslab.c
drivers/media/radio/radio-aztech.c
drivers/media/radio/radio-gemtek.c
drivers/media/radio/radio-rtrack2.c
drivers/media/radio/radio-terratec.c
drivers/media/radio/radio-trust.c
drivers/media/radio/radio-typhoon.c
drivers/media/radio/radio-zoltrix.c
drivers/media/video/cx88/cx88-tvaudio.c
drivers/media/video/pvrusb2/pvrusb2-hdw-internal.h
drivers/media/video/pvrusb2/pvrusb2-main.c
drivers/media/video/pvrusb2/pvrusb2-sysfs.c

index df22a582e7a2fae4762b07801313eec005bbc66d..5a9c1f14e353149b26ec21a0094e67de2d2d30eb 100644 (file)
@@ -35,7 +35,6 @@
 #include <asm/uaccess.h>       /* copy to/from user            */
 #include <linux/videodev.h>    /* kernel radio structs         */
 #include <media/v4l2-common.h>
-#include <linux/config.h>      /* CONFIG_RADIO_RTRACK_PORT     */
 #include <asm/semaphore.h>     /* Lock for the I/O             */
 
 #ifndef CONFIG_RADIO_RTRACK_PORT
index 95e6322133ee43289c1077af080cf50a57825db8..63697ab517f9de7955cb0a200804068cebbb2f47 100644 (file)
@@ -32,7 +32,6 @@
 #include <asm/uaccess.h>       /* copy to/from user            */
 #include <linux/videodev.h>    /* kernel radio structs         */
 #include <media/v4l2-common.h>
-#include <linux/config.h>      /* CONFIG_RADIO_AZTECH_PORT     */
 
 /* acceptable ports: 0x350 (JP3 shorted), 0x358 (JP3 open) */
 
index 162f37d8bf9623f52d9e46dc120089c53879b628..ffabe02406b5ec5aacf7ff638d4535fe540297c3 100644 (file)
@@ -23,7 +23,6 @@
 #include <asm/uaccess.h>       /* copy to/from user            */
 #include <linux/videodev.h>    /* kernel radio structs         */
 #include <media/v4l2-common.h>
-#include <linux/config.h>      /* CONFIG_RADIO_GEMTEK_PORT     */
 #include <linux/spinlock.h>
 
 #ifndef CONFIG_RADIO_GEMTEK_PORT
index 5b68ac4c7322e710c112bb787a996ef621f48e04..e5e9d41e4bd08bd4ffb052e6380f1fe29b385115 100644 (file)
@@ -16,7 +16,6 @@
 #include <asm/uaccess.h>       /* copy to/from user            */
 #include <linux/videodev.h>    /* kernel radio structs         */
 #include <media/v4l2-common.h>
-#include <linux/config.h>      /* CONFIG_RADIO_RTRACK2_PORT    */
 #include <linux/spinlock.h>
 
 #ifndef CONFIG_RADIO_RTRACK2_PORT
index dfba4ae596cd342abb3e737234274d4488ae4e23..72d82ca6af6ee91ff928f7f0d960563bff71f0e8 100644 (file)
@@ -31,7 +31,6 @@
 #include <asm/uaccess.h>       /* copy to/from user            */
 #include <linux/videodev.h>    /* kernel radio structs         */
 #include <media/v4l2-common.h>
-#include <linux/config.h>      /* CONFIG_RADIO_TERRATEC_PORT   */
 #include <linux/spinlock.h>
 
 #ifndef CONFIG_RADIO_TERRATEC_PORT
index 8da4badc22b47f399ae8c3ce3f9e80e60a3f127c..696fae8dace0b0a91f862c7adc1164fdd78a2dce 100644 (file)
@@ -23,7 +23,6 @@
 #include <asm/uaccess.h>
 #include <linux/videodev.h>
 #include <media/v4l2-common.h>
-#include <linux/config.h>      /* CONFIG_RADIO_TRUST_PORT      */
 
 /* acceptable ports: 0x350 (JP3 shorted), 0x358 (JP3 open) */
 
index edd0122886693183f89245d799131869be0c0475..2835c8947f0aafcb1a755d106abfe6e2d5cc8e4b 100644 (file)
@@ -37,7 +37,6 @@
 #include <asm/uaccess.h>       /* copy to/from user              */
 #include <linux/videodev.h>    /* kernel radio structs           */
 #include <media/v4l2-common.h>
-#include <linux/config.h>      /* CONFIG_RADIO_TYPHOON_*         */
 
 #define BANNER "Typhoon Radio Card driver v0.1\n"
 
index 59b86a6b4b0e745a008276ede9a2a1d50e30e260..432c3e2222d028e3d2b9a8a86bcf4e424b1a6436 100644 (file)
@@ -34,7 +34,6 @@
 #include <asm/uaccess.h>       /* copy to/from user              */
 #include <linux/videodev.h>    /* kernel radio structs           */
 #include <media/v4l2-common.h>
-#include <linux/config.h>      /* CONFIG_RADIO_ZOLTRIX_PORT      */
 
 #ifndef CONFIG_RADIO_ZOLTRIX_PORT
 #define CONFIG_RADIO_ZOLTRIX_PORT -1
index 5785c3481579d1dda8b77d4cfb8af9300ed14b82..cbd85feec922e712878a51a289c2ebaec2b2980e 100644 (file)
@@ -52,7 +52,6 @@
 #include <linux/init.h>
 #include <linux/smp_lock.h>
 #include <linux/delay.h>
-#include <linux/config.h>
 #include <linux/kthread.h>
 
 #include "cx88.h"
index 0d6dc33ca32046db2e34cd6aef0f7502af2af968..0bc85c8fb8d6e9c092dc601c287a2f7283deeae9 100644 (file)
@@ -33,7 +33,6 @@
 
 */
 
-#include <linux/config.h>
 #include <linux/videodev2.h>
 #include <linux/i2c.h>
 #include <linux/mutex.h>
index 8f1a5afdd34e25104466a6dff2b76a952f8c22f4..e976c484c058db621d52a6e90d0ac738c590382b 100644 (file)
@@ -20,7 +20,6 @@
  *
  */
 
-#include <linux/config.h>
 #include <linux/kernel.h>
 #include <linux/errno.h>
 #include <linux/slab.h>
index d1dda5caf4063dd4b14063e25496c4c86ab8a4a2..38e9222dc7dc1dd2a16281f04382eeced830166e 100644 (file)
@@ -19,7 +19,6 @@
  *
  */
 
-#include <linux/config.h>
 #include <linux/string.h>
 #include <linux/slab.h>
 #include <asm/semaphore.h>