defines from comedi's config.h in the top-level comedi directory
authorFrank Mori Hess <fmhess@speakeasy.net>
Tue, 19 Dec 2006 02:20:58 +0000 (02:20 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Tue, 19 Dec 2006 02:20:58 +0000 (02:20 +0000)
are still used.

include/linux/config.h

index ed988d4d1951906d034f8860c45e580642914e7c..95cbcf64fcce99318af0f27261a6ab097a4b5340 100644 (file)
@@ -3,11 +3,10 @@
 
 #include <linux/version.h>
 
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 19)
-
 #include <config.h>
-#include_next <linux/config.h>
 
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 19)
+#include_next <linux/config.h>
 #endif
 
 #endif