diff options
author | Michael Krufky <devnull@localhost> | 2005-11-23 07:24:54 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-11-23 07:24:54 +0000 |
commit | 234625a3667df90a0baf03228e839bb4032fcf5b (patch) | |
tree | 87220e2774ec81e33ed53fcb7077fa1f07401557 /v4l/compat.h | |
parent | e74a1af9619e3a527027bc5907fba64845954a4d (diff) | |
download | mediapointer-dvb-s2-234625a3667df90a0baf03228e839bb4032fcf5b.tar.gz mediapointer-dvb-s2-234625a3667df90a0baf03228e839bb4032fcf5b.tar.bz2 |
remove repeated code
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'v4l/compat.h')
-rw-r--r-- | v4l/compat.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/v4l/compat.h b/v4l/compat.h index bdfd753c5..37fa7b8e8 100644 --- a/v4l/compat.h +++ b/v4l/compat.h @@ -1,5 +1,5 @@ /* - * $Id: compat.h,v 1.35 2005/11/23 06:40:54 mkrufky Exp $ + * $Id: compat.h,v 1.36 2005/11/23 07:24:54 mkrufky Exp $ */ #ifndef _COMPAT_H @@ -130,10 +130,6 @@ static inline unsigned long msleep_interruptible(unsigned int msecs) } #endif -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,11) -#define pm_message_t u32 -#endif - #ifndef DVB_CVS #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,13) #undef HAVE_LGDT330X |