diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-10 03:55:00 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-10 03:55:00 +0200 |
commit | d942492e1dbce264435daaf40f5742e1aaa5adaf (patch) | |
tree | a45e29a47e2310dfbe2dfb0a966fbd5120ff1b7e /include | |
parent | [MIPS] Make sure cpu_has_fpu is used only in atomic context (diff) | |
parent | [HEADERS] Put linux/config.h out of its misery. (diff) | |
download | linux-d942492e1dbce264435daaf40f5742e1aaa5adaf.tar.xz linux-d942492e1dbce264435daaf40f5742e1aaa5adaf.zip |
Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/configh
* master.kernel.org:/pub/scm/linux/kernel/git/davej/configh:
[HEADERS] Put linux/config.h out of its misery.
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/config.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/config.h b/include/linux/config.h deleted file mode 100644 index 479ffb0a22d8..000000000000 --- a/include/linux/config.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef _LINUX_CONFIG_H -#define _LINUX_CONFIG_H -/* This file is no longer in use and kept only for backward compatibility. - * autoconf.h is now included via -imacros on the commandline - */ -#warning Including config.h is deprecated. -#include <linux/autoconf.h> - -#endif |