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>
This commit is contained in:
Masahiro Yamada
2016-10-11 13:55:58 -07:00
committed by Linus Torvalds
父節點 48a6d64eda
當前提交 97139d4a6f
共有 96 個文件被更改,包括 0 次插入112 次删除

查看文件

@@ -22,7 +22,6 @@
#ifndef _FC0013_H_
#define _FC0013_H_
#include <linux/kconfig.h>
#include "dvb_frontend.h"
#include "fc001x-common.h"