Since kernel include autoconf.h via command line, those config.h inclusion can be removed. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
@@ -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
@@ -32,7 +32,6 @@
-#include <linux/config.h> /* CONFIG_RADIO_AZTECH_PORT */
/* acceptable ports: 0x350 (JP3 shorted), 0x358 (JP3 open) */
@@ -23,7 +23,6 @@
-#include <linux/config.h> /* CONFIG_RADIO_GEMTEK_PORT */
#include <linux/spinlock.h>
#ifndef CONFIG_RADIO_GEMTEK_PORT
@@ -16,7 +16,6 @@
-#include <linux/config.h> /* CONFIG_RADIO_RTRACK2_PORT */
#ifndef CONFIG_RADIO_RTRACK2_PORT
@@ -31,7 +31,6 @@
-#include <linux/config.h> /* CONFIG_RADIO_TERRATEC_PORT */
#ifndef CONFIG_RADIO_TERRATEC_PORT
#include <asm/uaccess.h>
#include <linux/videodev.h>
-#include <linux/config.h> /* CONFIG_RADIO_TRUST_PORT */
@@ -37,7 +37,6 @@
-#include <linux/config.h> /* CONFIG_RADIO_TYPHOON_* */
#define BANNER "Typhoon Radio Card driver v0.1\n"
@@ -34,7 +34,6 @@
-#include <linux/config.h> /* CONFIG_RADIO_ZOLTRIX_PORT */
#ifndef CONFIG_RADIO_ZOLTRIX_PORT
#define CONFIG_RADIO_ZOLTRIX_PORT -1
@@ -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"
@@ -33,7 +33,6 @@
*/
#include <linux/videodev2.h>
#include <linux/i2c.h>
#include <linux/mutex.h>
@@ -20,7 +20,6 @@
*
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/slab.h>
@@ -19,7 +19,6 @@
#include <linux/string.h>
#include <asm/semaphore.h>