Skip to content

Commit 7d3392e

Browse files
marcowsJiri Kosina
authored andcommitted
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>
1 parent 3c36543 commit 7d3392e

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

arch/h8300/kernel/timer/tpu.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
*
88
*/
99

10-
#include <linux/config.h>
1110
#include <linux/errno.h>
1211
#include <linux/sched.h>
1312
#include <linux/kernel.h>

scripts/basic/fixdep.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
* tells make when to remake a file.
1717
*
1818
* 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>.
2120
*
2221
* If the user re-runs make *config, linux/autoconf.h will be
2322
* regenerated. make notices that and will rebuild every file which

scripts/mod/sumversion.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,6 @@ static int parse_source_files(const char *objfile, struct md4_ctx *md)
334334
deps_drivers/net/dummy.o := \
335335
drivers/net/dummy.c \
336336
$(wildcard include/config/net/fastroute.h) \
337-
include/linux/config.h \
338-
$(wildcard include/config/h.h) \
339337
include/linux/module.h \
340338
341339
Sum all files in the same dir or subdirs.

0 commit comments

Comments
 (0)