From: Bernd Porr Date: Tue, 5 Dec 2006 21:46:20 +0000 (+0000) Subject: From 2.6.19 config.h is no longer needed. Added an ifdef statement. X-Git-Tag: r0_7_74~145 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=11b087d45da2fbad51c1b7c8f43db63782f6edda;p=comedi.git From 2.6.19 config.h is no longer needed. Added an ifdef statement. --- diff --git a/include/linux/config.h b/include/linux/config.h index 730550f0..3a7294b6 100644 --- a/include/linux/config.h +++ b/include/linux/config.h @@ -1,8 +1,11 @@ #ifndef __MULTI_CONFIG_H_ #define __MULTI_CONFIG_H_ +#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 19) + #include #include_next #endif +#endif