From 2.6.19 config.h is no longer needed. Added an ifdef statement.
authorBernd Porr <Bernd.Porr@f2s.com>
Tue, 5 Dec 2006 21:46:20 +0000 (21:46 +0000)
committerBernd Porr <Bernd.Porr@f2s.com>
Tue, 5 Dec 2006 21:46:20 +0000 (21:46 +0000)
include/linux/config.h

index 730550f0251c3f6c0035ce9ffcf98760c1443c39..3a7294b6457ccd8d3b679f6a064a0503ee9302b1 100644 (file)
@@ -1,8 +1,11 @@
 #ifndef __MULTI_CONFIG_H_
 #define __MULTI_CONFIG_H_
 
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 19)
+
 #include <config.h>
 #include_next <linux/config.h>
 
 #endif
 
+#endif