diff options
author | Dave Jones <davej@redhat.com> | 2006-10-09 19:13:51 -0400 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2006-10-09 19:13:51 -0400 |
commit | b0ac3f50b8f2cd992ffd36d22c82eabdf075e9c4 (patch) | |
tree | 8f9165fc31c531477f64731b11fd53128e171322 /include | |
parent | 81e859ac1eef300c1b2ff49a2f2da8ee4ce1e844 (diff) | |
download | op-kernel-dev-b0ac3f50b8f2cd992ffd36d22c82eabdf075e9c4.zip op-kernel-dev-b0ac3f50b8f2cd992ffd36d22c82eabdf075e9c4.tar.gz |
[HEADERS] Put linux/config.h out of its misery.
Signed-off-by: Dave Jones <davej@redhat.com>
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 479ffb0..0000000 --- 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 |