diff options
Diffstat (limited to 'v4l/compat.h')
-rw-r--r-- | v4l/compat.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/v4l/compat.h b/v4l/compat.h index 505031f12..29fd5051a 100644 --- a/v4l/compat.h +++ b/v4l/compat.h @@ -1,5 +1,5 @@ /* - * $Id: compat.h,v 1.18 2005/09/19 01:20:14 mkrufky Exp $ + * $Id: compat.h,v 1.19 2005/09/21 00:56:30 mkrufky Exp $ */ #ifndef _COMPAT_H @@ -115,6 +115,11 @@ static inline unsigned long msleep_interruptible(unsigned int msecs) #define pm_message_t u32 #endif +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,13) +#undef HAVE_LGDT330X +#undef HAVE_TDA1004X +#endif + #endif /* * Local variables: |