diff options
author | Jaroslav Kysela <perex@tm8103> | 2005-11-07 11:02:51 +0100 |
---|---|---|
committer | Jaroslav Kysela <perex@tm8103> | 2005-11-07 11:02:51 +0100 |
commit | 1d4ae4a119e5ba711f12b05cdf27f794460add4b (patch) | |
tree | 13a196ce55115d8f64acf0db86314f5abc847b40 /include/linux/config.h | |
parent | c2f2f0fa3829a8da1e029346c4f7e8da82f95d62 (diff) | |
parent | 0b154bb7d0cce80e9c0bcf11d4f9e71b59409d26 (diff) | |
download | op-kernel-dev-1d4ae4a119e5ba711f12b05cdf27f794460add4b.zip op-kernel-dev-1d4ae4a119e5ba711f12b05cdf27f794460add4b.tar.gz |
Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Diffstat (limited to 'include/linux/config.h')
-rw-r--r-- | include/linux/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/config.h b/include/linux/config.h index 9d1c14f..a91f5e5 100644 --- a/include/linux/config.h +++ b/include/linux/config.h @@ -1,6 +1,8 @@ #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 + */ #include <linux/autoconf.h> #endif |