mirror of
https://github.com/adulau/aha.git
synced 2025-01-02 14:13:18 +00:00
V4L/DVB (4339): Removed the remaining config.h stuff
Since kernel include autoconf.h via command line, those config.h inclusion can be removed. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
2c591947b0
commit
b59b36db9e
12 changed files with 0 additions and 12 deletions
|
@ -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 <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) */
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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) */
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/config.h>
|
||||
#include <linux/videodev2.h>
|
||||
#include <linux/i2c.h>
|
||||
#include <linux/mutex.h>
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <linux/config.h>
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/errno.h>
|
||||
#include <linux/slab.h>
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include <linux/config.h>
|
||||
#include <linux/string.h>
|
||||
#include <linux/slab.h>
|
||||
#include <asm/semaphore.h>
|
||||
|
|
Loading…
Reference in a new issue