Commit 97139d4a authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Linus Torvalds

treewide: remove redundant #include <linux/kconfig.h>

Kernel source files need not include <linux/kconfig.h> explicitly
because the top Makefile forces to include it with:

  -include $(srctree)/include/linux/kconfig.h

This commit removes explicit includes except the following:

  * arch/s390/include/asm/facilities_src.h
  * tools/testing/radix-tree/linux/kernel.h

These two are used for host programs.

Link: http://lkml.kernel.org/r/1473656164-11929-1-git-send-email-yamada.masahiro@socionext.comSigned-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 48a6d64e
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
#ifndef __ASM_ARM_TRUSTED_FOUNDATIONS_H #ifndef __ASM_ARM_TRUSTED_FOUNDATIONS_H
#define __ASM_ARM_TRUSTED_FOUNDATIONS_H #define __ASM_ARM_TRUSTED_FOUNDATIONS_H
#include <linux/kconfig.h>
#include <linux/printk.h> #include <linux/printk.h>
#include <linux/bug.h> #include <linux/bug.h>
#include <linux/of.h> #include <linux/of.h>
......
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
#ifndef __ASSEMBLY__ #ifndef __ASSEMBLY__
#include <linux/init.h> #include <linux/init.h>
#include <linux/kconfig.h>
#include <linux/types.h> #include <linux/types.h>
#include <linux/stddef.h> #include <linux/stddef.h>
#include <linux/stringify.h> #include <linux/stringify.h>
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
#include <linux/io.h> #include <linux/io.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/irq.h> #include <linux/irq.h>
#include <linux/kconfig.h>
#include <boot_param.h> #include <boot_param.h>
/* loongson internal northbridge initialization */ /* loongson internal northbridge initialization */
......
...@@ -35,7 +35,6 @@ ...@@ -35,7 +35,6 @@
*/ */
#include <linux/sched.h> #include <linux/sched.h>
#include <linux/debugfs.h> #include <linux/debugfs.h>
#include <linux/kconfig.h>
#include <linux/percpu-defs.h> #include <linux/percpu-defs.h>
#include <linux/perf_event.h> #include <linux/perf_event.h>
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
#include <linux/errno.h> #include <linux/errno.h>
#include <linux/filter.h> #include <linux/filter.h>
#include <linux/if_vlan.h> #include <linux/if_vlan.h>
#include <linux/kconfig.h>
#include <linux/moduleloader.h> #include <linux/moduleloader.h>
#include <linux/netdevice.h> #include <linux/netdevice.h>
#include <linux/string.h> #include <linux/string.h>
......
...@@ -38,7 +38,6 @@ ...@@ -38,7 +38,6 @@
#include <linux/workqueue.h> #include <linux/workqueue.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/dma-mapping.h> #include <linux/dma-mapping.h>
#include <linux/kconfig.h>
#include "../tty/hvc/hvc_console.h" #include "../tty/hvc/hvc_console.h"
#define is_rproc_enabled IS_ENABLED(CONFIG_REMOTEPROC) #define is_rproc_enabled IS_ENABLED(CONFIG_REMOTEPROC)
......
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/device.h> #include <linux/device.h>
#include <linux/kconfig.h>
#include <linux/list.h> #include <linux/list.h>
#include <linux/pm.h> #include <linux/pm.h>
#include <linux/rmi.h> #include <linux/rmi.h>
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
#include <linux/bitmap.h> #include <linux/bitmap.h>
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/fs.h> #include <linux/fs.h>
#include <linux/kconfig.h>
#include <linux/pm.h> #include <linux/pm.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/of.h> #include <linux/of.h>
......
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/kconfig.h>
#include <linux/rmi.h> #include <linux/rmi.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/uaccess.h> #include <linux/uaccess.h>
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
#include <linux/device.h> #include <linux/device.h>
#include <linux/input.h> #include <linux/input.h>
#include <linux/input/mt.h> #include <linux/input/mt.h>
#include <linux/kconfig.h>
#include <linux/rmi.h> #include <linux/rmi.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/of.h> #include <linux/of.h>
......
...@@ -52,7 +52,6 @@ ...@@ -52,7 +52,6 @@
#include <linux/bitops.h> #include <linux/bitops.h>
#include <linux/cpumask.h> #include <linux/cpumask.h>
#include <linux/kconfig.h>
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/interrupt.h> #include <linux/interrupt.h>
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/bitops.h> #include <linux/bitops.h>
#include <linux/kconfig.h>
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/interrupt.h> #include <linux/interrupt.h>
......
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
#include <linux/init.h> #include <linux/init.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/kconfig.h>
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>
#include <linux/of.h> #include <linux/of.h>
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
#include <linux/init.h> #include <linux/init.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/kconfig.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>
#include <linux/spinlock.h> #include <linux/spinlock.h>
#include <linux/of.h> #include <linux/of.h>
......
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
#ifndef AF9013_H #ifndef AF9013_H
#define AF9013_H #define AF9013_H
#include <linux/kconfig.h>
#include <linux/dvb/frontend.h> #include <linux/dvb/frontend.h>
/* AF9013/5 GPIOs (mostly guessed) /* AF9013/5 GPIOs (mostly guessed)
......
...@@ -22,8 +22,6 @@ ...@@ -22,8 +22,6 @@
#ifndef AF9033_H #ifndef AF9033_H
#define AF9033_H #define AF9033_H
#include <linux/kconfig.h>
/* /*
* I2C address (TODO: are these in 8-bit format?) * I2C address (TODO: are these in 8-bit format?)
* 0x38, 0x3a, 0x3c, 0x3e * 0x38, 0x3a, 0x3c, 0x3e
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#ifndef __DVB_ASCOT2E_H__ #ifndef __DVB_ASCOT2E_H__
#define __DVB_ASCOT2E_H__ #define __DVB_ASCOT2E_H__
#include <linux/kconfig.h>
#include <linux/dvb/frontend.h> #include <linux/dvb/frontend.h>
#include <linux/i2c.h> #include <linux/i2c.h>
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#ifndef __ATBM8830_H__ #ifndef __ATBM8830_H__
#define __ATBM8830_H__ #define __ATBM8830_H__
#include <linux/kconfig.h>
#include <linux/dvb/frontend.h> #include <linux/dvb/frontend.h>
#include <linux/i2c.h> #include <linux/i2c.h>
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#ifndef __AU8522_H__ #ifndef __AU8522_H__
#define __AU8522_H__ #define __AU8522_H__
#include <linux/kconfig.h>
#include <linux/dvb/frontend.h> #include <linux/dvb/frontend.h>
enum au8522_if_freq { enum au8522_if_freq {
......
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
#ifndef CX22702_H #ifndef CX22702_H
#define CX22702_H #define CX22702_H
#include <linux/kconfig.h>
#include <linux/dvb/frontend.h> #include <linux/dvb/frontend.h>
struct cx22702_config { struct cx22702_config {
......
...@@ -22,8 +22,6 @@ ...@@ -22,8 +22,6 @@
#ifndef CX24113_H #ifndef CX24113_H
#define CX24113_H #define CX24113_H
#include <linux/kconfig.h>
struct dvb_frontend; struct dvb_frontend;
struct cx24113_config { struct cx24113_config {
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#ifndef CX24116_H #ifndef CX24116_H
#define CX24116_H #define CX24116_H
#include <linux/kconfig.h>
#include <linux/dvb/frontend.h> #include <linux/dvb/frontend.h>
struct cx24116_config { struct cx24116_config {
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#ifndef CX24117_H #ifndef CX24117_H
#define CX24117_H #define CX24117_H
#include <linux/kconfig.h>
#include <linux/dvb/frontend.h> #include <linux/dvb/frontend.h>
struct cx24117_config { struct cx24117_config {
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#ifndef CX24120_H #ifndef CX24120_H
#define CX24120_H #define CX24120_H
#include <linux/kconfig.h>
#include <linux/dvb/frontend.h> #include <linux/dvb/frontend.h>
#include <linux/firmware.h> #include <linux/firmware.h>
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#ifndef CX24123_H #ifndef CX24123_H
#define CX24123_H #define CX24123_H
#include <linux/kconfig.h>
#include <linux/dvb/frontend.h> #include <linux/dvb/frontend.h>
struct cx24123_config { struct cx24123_config {
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#ifndef CXD2820R_H #ifndef CXD2820R_H
#define CXD2820R_H #define CXD2820R_H
#include <linux/kconfig.h>
#include <linux/dvb/frontend.h> #include <linux/dvb/frontend.h>
#define CXD2820R_GPIO_D (0 << 0) /* disable */ #define CXD2820R_GPIO_D (0 << 0) /* disable */
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#ifndef CXD2841ER_H #ifndef CXD2841ER_H
#define CXD2841ER_H #define CXD2841ER_H
#include <linux/kconfig.h>
#include <linux/dvb/frontend.h> #include <linux/dvb/frontend.h>
enum cxd2841er_xtal { enum cxd2841er_xtal {
......
...@@ -13,8 +13,6 @@ ...@@ -13,8 +13,6 @@
#ifndef DIB3000MC_H #ifndef DIB3000MC_H
#define DIB3000MC_H #define DIB3000MC_H
#include <linux/kconfig.h>
#include "dibx000_common.h" #include "dibx000_common.h"
struct dib3000mc_config { struct dib3000mc_config {
......
#ifndef DIB7000M_H #ifndef DIB7000M_H
#define DIB7000M_H #define DIB7000M_H
#include <linux/kconfig.h>
#include "dibx000_common.h" #include "dibx000_common.h"
struct dib7000m_config { struct dib7000m_config {
......
#ifndef DIB7000P_H #ifndef DIB7000P_H
#define DIB7000P_H #define DIB7000P_H
#include <linux/kconfig.h>
#include "dibx000_common.h" #include "dibx000_common.h"
struct dib7000p_config { struct dib7000p_config {
......
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
#ifndef _DRXD_H_ #ifndef _DRXD_H_
#define _DRXD_H_ #define _DRXD_H_
#include <linux/kconfig.h>
#include <linux/types.h> #include <linux/types.h>
#include <linux/i2c.h> #include <linux/i2c.h>
......
#ifndef _DRXK_H_ #ifndef _DRXK_H_
#define _DRXK_H_ #define _DRXK_H_
#include <linux/kconfig.h>
#include <linux/types.h> #include <linux/types.h>
#include <linux/i2c.h> #include <linux/i2c.h>
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#ifndef DS3000_H #ifndef DS3000_H
#define DS3000_H #define DS3000_H
#include <linux/kconfig.h>
#include <linux/dvb/frontend.h> #include <linux/dvb/frontend.h>
struct ds3000_config { struct ds3000_config {
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#ifndef DVB_DUMMY_FE_H #ifndef DVB_DUMMY_FE_H
#define DVB_DUMMY_FE_H #define DVB_DUMMY_FE_H
#include <linux/kconfig.h>
#include <linux/dvb/frontend.h> #include <linux/dvb/frontend.h>
#include "dvb_frontend.h" #include "dvb_frontend.h"
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#ifndef EC100_H #ifndef EC100_H
#define EC100_H #define EC100_H
#include <linux/kconfig.h>
#include <linux/dvb/frontend.h> #include <linux/dvb/frontend.h>
struct ec100_config { struct ec100_config {
......
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
#ifndef HD29L2_H #ifndef HD29L2_H
#define HD29L2_H #define HD29L2_H
#include <linux/kconfig.h>
#include <linux/dvb/frontend.h> #include <linux/dvb/frontend.h>
struct hd29l2_config { struct hd29l2_config {
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#ifndef __DVB_HELENE_H__ #ifndef __DVB_HELENE_H__
#define __DVB_HELENE_H__ #define __DVB_HELENE_H__
#include <linux/kconfig.h>
#include <linux/dvb/frontend.h> #include <linux/dvb/frontend.h>
#include <linux/i2c.h> #include <linux/i2c.h>
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#ifndef __DVB_HORUS3A_H__ #ifndef __DVB_HORUS3A_H__
#define __DVB_HORUS3A_H__ #define __DVB_HORUS3A_H__
#include <linux/kconfig.h>
#include <linux/dvb/frontend.h> #include <linux/dvb/frontend.h>
#include <linux/i2c.h> #include <linux/i2c.h>
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#ifndef DVB_IX2505V_H #ifndef DVB_IX2505V_H
#define DVB_IX2505V_H #define DVB_IX2505V_H
#include <linux/kconfig.h>
#include <linux/i2c.h> #include <linux/i2c.h>
#include "dvb_frontend.h" #include "dvb_frontend.h"
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#ifndef _LG2160_H_ #ifndef _LG2160_H_
#define _LG2160_H_ #define _LG2160_H_
#include <linux/kconfig.h>
#include <linux/i2c.h> #include <linux/i2c.h>
#include "dvb_frontend.h" #include "dvb_frontend.h"
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#ifndef _LGDT3305_H_ #ifndef _LGDT3305_H_
#define _LGDT3305_H_ #define _LGDT3305_H_
#include <linux/kconfig.h>
#include <linux/i2c.h> #include <linux/i2c.h>
#include "dvb_frontend.h" #include "dvb_frontend.h"
......
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
#ifndef LGS8GL5_H #ifndef LGS8GL5_H
#define LGS8GL5_H #define LGS8GL5_H
#include <linux/kconfig.h>
#include <linux/dvb/frontend.h> #include <linux/dvb/frontend.h>
struct lgs8gl5_config { struct lgs8gl5_config {
......
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
#ifndef __LGS8GXX_H__ #ifndef __LGS8GXX_H__
#define __LGS8GXX_H__ #define __LGS8GXX_H__
#include <linux/kconfig.h>
#include <linux/dvb/frontend.h> #include <linux/dvb/frontend.h>
#include <linux/i2c.h> #include <linux/i2c.h>
......
...@@ -23,8 +23,6 @@ ...@@ -23,8 +23,6 @@
#ifndef _LNBH24_H #ifndef _LNBH24_H
#define _LNBH24_H #define _LNBH24_H
#include <linux/kconfig.h>
/* system register bits */ /* system register bits */
#define LNBH24_OLF 0x01 #define LNBH24_OLF 0x01
#define LNBH24_OTF 0x02 #define LNBH24_OTF 0x02
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#define LNBH25_H #define LNBH25_H
#include <linux/i2c.h> #include <linux/i2c.h>
#include <linux/kconfig.h>
#include <linux/dvb/frontend.h> #include <linux/dvb/frontend.h>
/* 22 kHz tone enabled. Tone output controlled by DSQIN pin */ /* 22 kHz tone enabled. Tone output controlled by DSQIN pin */
......
...@@ -27,8 +27,6 @@ ...@@ -27,8 +27,6 @@
#ifndef _LNBP21_H #ifndef _LNBP21_H
#define _LNBP21_H #define _LNBP21_H
#include <linux/kconfig.h>
/* system register bits */ /* system register bits */
/* [RO] 0=OK; 1=over current limit flag */ /* [RO] 0=OK; 1=over current limit flag */
#define LNBP21_OLF 0x01 #define LNBP21_OLF 0x01
......
...@@ -28,8 +28,6 @@ ...@@ -28,8 +28,6 @@
#ifndef _LNBP22_H #ifndef _LNBP22_H
#define _LNBP22_H #define _LNBP22_H
#include <linux/kconfig.h>
/* Enable */ /* Enable */
#define LNBP22_EN 0x10 #define LNBP22_EN 0x10
/* Voltage selection */ /* Voltage selection */
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#ifndef M88RS2000_H #ifndef M88RS2000_H
#define M88RS2000_H #define M88RS2000_H
#include <linux/kconfig.h>
#include <linux/dvb/frontend.h> #include <linux/dvb/frontend.h>
#include "dvb_frontend.h" #include "dvb_frontend.h"
......
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
#ifndef MB86A20S_H #ifndef MB86A20S_H
#define MB86A20S_H #define MB86A20S_H
#include <linux/kconfig.h>
#include <linux/dvb/frontend.h> #include <linux/dvb/frontend.h>
/** /**
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#ifndef __S5H1409_H__ #ifndef __S5H1409_H__
#define __S5H1409_H__ #define __S5H1409_H__
#include <linux/kconfig.h>
#include <linux/dvb/frontend.h> #include <linux/dvb/frontend.h>
struct s5h1409_config { struct s5h1409_config {
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#ifndef __S5H1411_H__ #ifndef __S5H1411_H__
#define __S5H1411_H__ #define __S5H1411_H__
#include <linux/kconfig.h>
#include <linux/dvb/frontend.h> #include <linux/dvb/frontend.h>
#define S5H1411_I2C_TOP_ADDR (0x32 >> 1) #define S5H1411_I2C_TOP_ADDR (0x32 >> 1)
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#ifndef __S5H1432_H__ #ifndef __S5H1432_H__
#define __S5H1432_H__ #define __S5H1432_H__
#include <linux/kconfig.h>
#include <linux/dvb/frontend.h> #include <linux/dvb/frontend.h>
#define S5H1432_I2C_TOP_ADDR (0x02 >> 1) #define S5H1432_I2C_TOP_ADDR (0x02 >> 1)
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
#ifndef S921_H #ifndef S921_H
#define S921_H #define S921_H
#include <linux/kconfig.h>
#include <linux/dvb/frontend.h> #include <linux/dvb/frontend.h>
struct s921_config { struct s921_config {
......
#ifndef SI21XX_H #ifndef SI21XX_H
#define SI21XX_H #define SI21XX_H
#include <linux/kconfig.h>
#include <linux/dvb/frontend.h> #include <linux/dvb/frontend.h>
#include "dvb_frontend.h" #include "dvb_frontend.h"
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
#ifndef SP2_H #ifndef SP2_H
#define SP2_H #define SP2_H
#include <linux/kconfig.h>
#include "dvb_ca_en50221.h" #include "dvb_ca_en50221.h"
/* /*
......
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
#ifndef __DVB_STB6000_H__ #ifndef __DVB_STB6000_H__
#define __DVB_STB6000_H__ #define __DVB_STB6000_H__
#include <linux/kconfig.h>
#include <linux/i2c.h> #include <linux/i2c.h>
#include "dvb_frontend.h" #include "dvb_frontend.h"
......
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
#ifndef STV0288_H #ifndef STV0288_H
#define STV0288_H #define STV0288_H
#include <linux/kconfig.h>
#include <linux/dvb/frontend.h> #include <linux/dvb/frontend.h>
#include "dvb_frontend.h" #include "dvb_frontend.h"
......
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
#ifndef STV0367_H #ifndef STV0367_H
#define STV0367_H #define STV0367_H
#include <linux/kconfig.h>
#include <linux/dvb/frontend.h> #include <linux/dvb/frontend.h>
#include "dvb_frontend.h" #include "dvb_frontend.h"
......
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
#ifndef STV0900_H #ifndef STV0900_H
#define STV0900_H #define STV0900_H
#include <linux/kconfig.h>
#include <linux/dvb/frontend.h> #include <linux/dvb/frontend.h>
#include "dvb_frontend.h" #include "dvb_frontend.h"
......
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
#ifndef __DVB_STV6110_H__ #ifndef __DVB_STV6110_H__
#define __DVB_STV6110_H__ #define __DVB_STV6110_H__
#include <linux/kconfig.h>
#include <linux/i2c.h> #include <linux/i2c.h>
#include "dvb_frontend.h" #include "dvb_frontend.h"
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#ifndef TDA10048_H #ifndef TDA10048_H
#define TDA10048_H #define TDA10048_H
#include <linux/kconfig.h>
#include <linux/dvb/frontend.h> #include <linux/dvb/frontend.h>
#include <linux/firmware.h> #include <linux/firmware.h>
......
#ifndef _TDA18271C2DD_H_ #ifndef _TDA18271C2DD_H_
#define _TDA18271C2DD_H_ #define _TDA18271C2DD_H_
#include <linux/kconfig.h>
#if IS_REACHABLE(CONFIG_DVB_TDA18271C2DD) #if IS_REACHABLE(CONFIG_DVB_TDA18271C2DD)
struct dvb_frontend *tda18271c2dd_attach(struct dvb_frontend *fe, struct dvb_frontend *tda18271c2dd_attach(struct dvb_frontend *fe,
struct i2c_adapter *i2c, u8 adr); struct i2c_adapter *i2c, u8 adr);
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#ifndef TS2020_H #ifndef TS2020_H
#define TS2020_H #define TS2020_H
#include <linux/kconfig.h>
#include <linux/dvb/frontend.h> #include <linux/dvb/frontend.h>
struct ts2020_config { struct ts2020_config {
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#ifndef DVB_ZL10036_H #ifndef DVB_ZL10036_H
#define DVB_ZL10036_H #define DVB_ZL10036_H
#include <linux/kconfig.h>
#include <linux/i2c.h> #include <linux/i2c.h>
#include "dvb_frontend.h" #include "dvb_frontend.h"
......
...@@ -22,8 +22,6 @@ ...@@ -22,8 +22,6 @@
#ifndef ZL10039_H #ifndef ZL10039_H
#define ZL10039_H #define ZL10039_H
#include <linux/kconfig.h>
#if IS_REACHABLE(CONFIG_DVB_ZL10039) #if IS_REACHABLE(CONFIG_DVB_ZL10039)
struct dvb_frontend *zl10039_attach(struct dvb_frontend *fe, struct dvb_frontend *zl10039_attach(struct dvb_frontend *fe,
u8 i2c_addr, u8 i2c_addr,
......
...@@ -20,8 +20,6 @@ ...@@ -20,8 +20,6 @@
#ifndef __ALTERA_CI_H #ifndef __ALTERA_CI_H
#define __ALTERA_CI_H #define __ALTERA_CI_H
#include <linux/kconfig.h>
#define ALT_DATA 0x000000ff #define ALT_DATA 0x000000ff
#define ALT_TDI 0x00008000 #define ALT_TDI 0x00008000
#define ALT_TDO 0x00004000 #define ALT_TDO 0x00004000
......
#ifndef LINUX_FC0011_H_ #ifndef LINUX_FC0011_H_
#define LINUX_FC0011_H_ #define LINUX_FC0011_H_
#include <linux/kconfig.h>
#include "dvb_frontend.h" #include "dvb_frontend.h"
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#ifndef _FC0012_H_ #ifndef _FC0012_H_
#define _FC0012_H_ #define _FC0012_H_
#include <linux/kconfig.h>
#include "dvb_frontend.h" #include "dvb_frontend.h"
#include "fc001x-common.h" #include "fc001x-common.h"
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#ifndef _FC0013_H_ #ifndef _FC0013_H_
#define _FC0013_H_ #define _FC0013_H_
#include <linux/kconfig.h>
#include "dvb_frontend.h" #include "dvb_frontend.h"
#include "fc001x-common.h" #include "fc001x-common.h"
......
...@@ -22,8 +22,6 @@ ...@@ -22,8 +22,6 @@
#ifndef __MAX2165_H__ #ifndef __MAX2165_H__
#define __MAX2165_H__ #define __MAX2165_H__
#include <linux/kconfig.h>
struct dvb_frontend; struct dvb_frontend;
struct i2c_adapter; struct i2c_adapter;
......
...@@ -22,8 +22,6 @@ ...@@ -22,8 +22,6 @@
#ifndef MC44S803_H #ifndef MC44S803_H
#define MC44S803_H #define MC44S803_H
#include <linux/kconfig.h>
struct dvb_frontend; struct dvb_frontend;
struct i2c_adapter; struct i2c_adapter;
......
...@@ -23,8 +23,6 @@ ...@@ -23,8 +23,6 @@
#ifndef __MXL5005S_H #ifndef __MXL5005S_H
#define __MXL5005S_H #define __MXL5005S_H
#include <linux/kconfig.h>
#include <linux/i2c.h> #include <linux/i2c.h>
#include "dvb_frontend.h" #include "dvb_frontend.h"
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#ifndef R820T_H #ifndef R820T_H
#define R820T_H #define R820T_H
#include <linux/kconfig.h>
#include "dvb_frontend.h" #include "dvb_frontend.h"
enum r820t_chip { enum r820t_chip {
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
#ifndef SI2157_H #ifndef SI2157_H
#define SI2157_H #define SI2157_H
#include <linux/kconfig.h>
#include <media/media-device.h> #include <media/media-device.h>
#include "dvb_frontend.h" #include "dvb_frontend.h"
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#ifndef TDA18212_H #ifndef TDA18212_H
#define TDA18212_H #define TDA18212_H
#include <linux/kconfig.h>
#include "dvb_frontend.h" #include "dvb_frontend.h"
struct tda18212_config { struct tda18212_config {
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#ifndef TDA18218_H #ifndef TDA18218_H
#define TDA18218_H #define TDA18218_H
#include <linux/kconfig.h>
#include "dvb_frontend.h" #include "dvb_frontend.h"
struct tda18218_config { struct tda18218_config {
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#ifndef __XC5000_H__ #ifndef __XC5000_H__
#define __XC5000_H__ #define __XC5000_H__
#include <linux/kconfig.h>
#include <linux/firmware.h> #include <linux/firmware.h>
struct dvb_frontend; struct dvb_frontend;
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#ifndef __MXL111SF_DEMOD_H__ #ifndef __MXL111SF_DEMOD_H__
#define __MXL111SF_DEMOD_H__ #define __MXL111SF_DEMOD_H__
#include <linux/kconfig.h>
#include "dvb_frontend.h" #include "dvb_frontend.h"
#include "mxl111sf.h" #include "mxl111sf.h"
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#ifndef __MXL111SF_TUNER_H__ #ifndef __MXL111SF_TUNER_H__
#define __MXL111SF_TUNER_H__ #define __MXL111SF_TUNER_H__
#include <linux/kconfig.h>
#include "dvb_frontend.h" #include "dvb_frontend.h"
#include "mxl111sf.h" #include "mxl111sf.h"
......
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
* see Documentation/dvb/README.dvb-usb for more information * see Documentation/dvb/README.dvb-usb for more information
*/ */
#include <linux/kconfig.h>
#include "dibusb.h" #include "dibusb.h"
/* Max transfer size done by I2C transfer functions */ /* Max transfer size done by I2C transfer functions */
......
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/kconfig.h>
#include <linux/errno.h> #include <linux/errno.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/slab.h> #include <linux/slab.h>
......
...@@ -39,7 +39,6 @@ ...@@ -39,7 +39,6 @@
#include <linux/gfp.h> #include <linux/gfp.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/reboot.h> #include <linux/reboot.h>
#include <linux/kconfig.h>
#include <linux/leds.h> #include <linux/leds.h>
#include <linux/mtd/mtd.h> #include <linux/mtd/mtd.h>
......
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
#include <linux/mtd/mtd.h> #include <linux/mtd/mtd.h>
#include <linux/mtd/partitions.h> #include <linux/mtd/partitions.h>
#include <linux/err.h> #include <linux/err.h>
#include <linux/kconfig.h>
#include "mtdcore.h" #include "mtdcore.h"
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
*/ */
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/kconfig.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/io.h> #include <linux/io.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>
......
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
#include <linux/highmem.h> #include <linux/highmem.h>
#include <linux/if_vlan.h> #include <linux/if_vlan.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/kconfig.h>
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/mutex.h> #include <linux/mutex.h>
......
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/kconfig.h>
#include <linux/netdevice.h> #include <linux/netdevice.h>
#include <linux/etherdevice.h> #include <linux/etherdevice.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>
......
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/kconfig.h>
#include <linux/netdevice.h> #include <linux/netdevice.h>
#include <linux/etherdevice.h> #include <linux/etherdevice.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#include <linux/usb/ehci_def.h> #include <linux/usb/ehci_def.h>
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/serial_core.h> #include <linux/serial_core.h>
#include <linux/kconfig.h>
#include <linux/kgdb.h> #include <linux/kgdb.h>
#include <linux/kthread.h> #include <linux/kthread.h>
#include <asm/io.h> #include <asm/io.h>
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#include <linux/errno.h> #include <linux/errno.h>
#include <linux/interrupt.h> #include <linux/interrupt.h>
#include <linux/ioport.h> #include <linux/ioport.h>
#include <linux/kconfig.h>
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/list.h> #include <linux/list.h>
#include <linux/module.h> #include <linux/module.h>
......
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
*/ */
#include <linux/types.h> #include <linux/types.h>
#include <linux/kconfig.h>
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/pci.h> #include <linux/pci.h>
#include <linux/delay.h> #include <linux/delay.h>
......
...@@ -6,8 +6,6 @@ ...@@ -6,8 +6,6 @@
#ifndef _LOCKD_PROCFS_H #ifndef _LOCKD_PROCFS_H
#define _LOCKD_PROCFS_H #define _LOCKD_PROCFS_H
#include <linux/kconfig.h>
#if IS_ENABLED(CONFIG_PROC_FS) #if IS_ENABLED(CONFIG_PROC_FS)
int lockd_create_procfs(void); int lockd_create_procfs(void);
void lockd_remove_procfs(void); void lockd_remove_procfs(void);
......
...@@ -78,7 +78,6 @@ extern struct module __this_module; ...@@ -78,7 +78,6 @@ extern struct module __this_module;
#elif defined(CONFIG_TRIM_UNUSED_KSYMS) #elif defined(CONFIG_TRIM_UNUSED_KSYMS)
#include <linux/kconfig.h>
#include <generated/autoksyms.h> #include <generated/autoksyms.h>
#define __EXPORT_SYMBOL(sym, sec) \ #define __EXPORT_SYMBOL(sym, sec) \
......
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
#include <linux/irqdomain.h> #include <linux/irqdomain.h>
#include <linux/lockdep.h> #include <linux/lockdep.h>
#include <linux/pinctrl/pinctrl.h> #include <linux/pinctrl/pinctrl.h>
#include <linux/kconfig.h>
struct gpio_desc; struct gpio_desc;
struct of_phandle_args; struct of_phandle_args;
......
...@@ -20,8 +20,6 @@ ...@@ -20,8 +20,6 @@
#include "main.h" #include "main.h"
#include <linux/kconfig.h>
struct net_device; struct net_device;
#define BATADV_DEBUGFS_SUBDIR "batman_adv" #define BATADV_DEBUGFS_SUBDIR "batman_adv"
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
* *
*/ */
#include <linux/kconfig.h>
#include <linux/stddef.h> #include <linux/stddef.h>
#include <linux/acpi.h> #include <linux/acpi.h>
......
#include <linux/kconfig.h>
#include <linux/bug.h> #include <linux/bug.h>
void check(void) void check(void)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment