Linus Torvalds writes: (Summary)
Ok, applied.
Ok, applied.
I'm a bit worried that this ends up bypassing our automatic dependency generation.
generation.
Lookie here (in a fully built tree):
Lookie here (in a fully built tree):
Ok, applied.
I'm a bit worried that this ends up bypassing our automatic dependency generation.
generation.
Lookie here (in a fully built tree):
Lookie here (in a fully built tree):
find . xargs grep -L linux/compiler_types.h | xargs grep -l linux/kconfig.h | done shows that a number of files don't end up depending on that header file, even though it's included (that "grep -l linux/kconfig,h" triggers on the command itself having that "-include linux/kconfig.h" line).