diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-10-11 16:55:58 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-10-11 18:06:33 -0400 |
commit | 97139d4a6f26445de47b378cddd5192c0278f863 (patch) | |
tree | ca22be5e05025b3f43df667d13ff3ff553722731 /drivers/media/tuners/mc44s803.h | |
parent | 48a6d64edadbd40fa5185a890023e9b331d64a48 (diff) |
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.com
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/media/tuners/mc44s803.h')
-rw-r--r-- | drivers/media/tuners/mc44s803.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/tuners/mc44s803.h b/drivers/media/tuners/mc44s803.h index b3e614be657d..6b40df339284 100644 --- a/drivers/media/tuners/mc44s803.h +++ b/drivers/media/tuners/mc44s803.h | |||
@@ -22,8 +22,6 @@ | |||
22 | #ifndef MC44S803_H | 22 | #ifndef MC44S803_H |
23 | #define MC44S803_H | 23 | #define MC44S803_H |
24 | 24 | ||
25 | #include <linux/kconfig.h> | ||
26 | |||
27 | struct dvb_frontend; | 25 | struct dvb_frontend; |
28 | struct i2c_adapter; | 26 | struct i2c_adapter; |
29 | 27 | ||