From 11b087d45da2fbad51c1b7c8f43db63782f6edda Mon Sep 17 00:00:00 2001 From: Bernd Porr Date: Tue, 5 Dec 2006 21:46:20 +0000 Subject: [PATCH] From 2.6.19 config.h is no longer needed. Added an ifdef statement. --- include/linux/config.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.26.2