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>
Esse commit está contido em:
Masahiro Yamada
2016-10-11 13:55:58 -07:00
commit de Linus Torvalds
commit 97139d4a6f
96 arquivos alterados com 0 adições e 112 exclusões

Ver arquivo

@@ -20,8 +20,6 @@
#include "main.h"
#include <linux/kconfig.h>
struct net_device;
#define BATADV_DEBUGFS_SUBDIR "batman_adv"