[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20060823231902.GC5203@martell.zuzino.mipt.ru>
Date: Thu, 24 Aug 2006 03:19:02 +0400
From: Alexey Dobriyan <adobriyan@...il.com>
To: Andrew Morton <akpm@...l.org>
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] Warn about config.h inclusion
Otherwise feature adders won't feel it's unneeded..
Signed-off-by: Alexey Dobriyan <adobriyan@...il.com>
---
include/linux/config.h | 1 +
1 file changed, 1 insertion(+)
--- a/include/linux/config.h
+++ b/include/linux/config.h
@@ -3,6 +3,7 @@ #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 Don't include me. I'm already in via -imacros. I'll dissappear. You have been warned.
#include <linux/autoconf.h>
#endif
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists