Skip to content

Commit

Permalink
trivial: remove references to non-existent include/linux/config.h
Browse files Browse the repository at this point in the history
Ignore drivers/staging/ since it is very likely that new drivers
introduce it again.

Signed-off-by: Markus Heidelberg <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
marcows authored and Jiri Kosina committed Sep 21, 2009
1 parent 3c36543 commit 7d3392e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion arch/h8300/kernel/timer/tpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*
*/

#include <linux/config.h>
#include <linux/errno.h>
#include <linux/sched.h>
#include <linux/kernel.h>
Expand Down
3 changes: 1 addition & 2 deletions scripts/basic/fixdep.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
* tells make when to remake a file.
*
* To use this list as-is however has the drawback that virtually
* every file in the kernel includes <linux/config.h> which then again
* includes <linux/autoconf.h>
* every file in the kernel includes <linux/autoconf.h>.
*
* If the user re-runs make *config, linux/autoconf.h will be
* regenerated. make notices that and will rebuild every file which
Expand Down
2 changes: 0 additions & 2 deletions scripts/mod/sumversion.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,6 @@ static int parse_source_files(const char *objfile, struct md4_ctx *md)
deps_drivers/net/dummy.o := \
drivers/net/dummy.c \
$(wildcard include/config/net/fastroute.h) \
include/linux/config.h \
$(wildcard include/config/h.h) \
include/linux/module.h \
Sum all files in the same dir or subdirs.
Expand Down

0 comments on commit 7d3392e

Please sign in to comment.