From 8bb1f082273c3fcd321ad735be6e8d366c0b6b54 Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Tue, 19 Dec 2006 02:20:58 +0000 Subject: [PATCH] defines from comedi's config.h in the top-level comedi directory are still used. --- include/linux/config.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/linux/config.h b/include/linux/config.h index ed988d4d..95cbcf64 100644 --- a/include/linux/config.h +++ b/include/linux/config.h @@ -3,11 +3,10 @@ #include -#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 19) - #include -#include_next +#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 19) +#include_next #endif #endif -- 2.26.2