From: Frank Mori Hess Date: Wed, 23 Nov 2005 22:48:50 +0000 (+0000) Subject: pud_t was introduced in kernel 2.6.11 X-Git-Tag: r0_7_71~116 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ca0db93533eead0b5c62d206ffa51606f2ebe8d5;p=comedi.git pud_t was introduced in kernel 2.6.11 --- diff --git a/include/asm/pgtable.h b/include/asm/pgtable.h index b883905b..eeea07e9 100644 --- a/include/asm/pgtable.h +++ b/include/asm/pgtable.h @@ -21,7 +21,7 @@ #include -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,12) +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,11) #define pud_t pgd_t #define pud_offset(pgd, start) (pgd) #endif