aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2006-10-09 18:55:00 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2006-10-09 18:55:00 -0700
commitd942492e1dbce264435daaf40f5742e1aaa5adaf (patch)
treea45e29a47e2310dfbe2dfb0a966fbd5120ff1b7e /include
parente04582b7bc70b40c57287cdc24f81964ee88f565 (diff)
parentb0ac3f50b8f2cd992ffd36d22c82eabdf075e9c4 (diff)
downloadlinux-d942492e1dbce264435daaf40f5742e1aaa5adaf.tar.gz
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.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/config.h b/include/linux/config.h
deleted file mode 100644
index 479ffb0a22d80..0000000000000
--- 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