Commit 7d3392e54653171bd13467bf37f1182e83fadd08

Authored by Markus Heidelberg
Committed by Jiri Kosina
1 parent 3c36543aea

trivial: remove references to non-existent include/linux/config.h

Ignore drivers/staging/ since it is very likely that new drivers
introduce it again.

Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

Showing 3 changed files with 1 additions and 5 deletions Side-by-side Diff

arch/h8300/kernel/timer/tpu.c
... ... @@ -7,7 +7,6 @@
7 7 *
8 8 */
9 9  
10   -#include <linux/config.h>
11 10 #include <linux/errno.h>
12 11 #include <linux/sched.h>
13 12 #include <linux/kernel.h>
scripts/basic/fixdep.c
... ... @@ -16,8 +16,7 @@
16 16 * tells make when to remake a file.
17 17 *
18 18 * To use this list as-is however has the drawback that virtually
19   - * every file in the kernel includes <linux/config.h> which then again
20   - * includes <linux/autoconf.h>
  19 + * every file in the kernel includes <linux/autoconf.h>.
21 20 *
22 21 * If the user re-runs make *config, linux/autoconf.h will be
23 22 * regenerated. make notices that and will rebuild every file which
scripts/mod/sumversion.c
... ... @@ -334,8 +334,6 @@
334 334 deps_drivers/net/dummy.o := \
335 335 drivers/net/dummy.c \
336 336 $(wildcard include/config/net/fastroute.h) \
337   - include/linux/config.h \
338   - $(wildcard include/config/h.h) \
339 337 include/linux/module.h \
340 338  
341 339 Sum all files in the same dir or subdirs.