diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-16 11:46:25 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-16 11:46:25 -0300 |
commit | c4a8a2e49ee685a2e77215fc26bda43415a6df1d (patch) | |
tree | fb2d4db0e782716b3d55f2b13905be571b64e6b1 /v4l/compat.h | |
parent | 6c113597de81585c471d6e20d802c5ed36bdef9e (diff) | |
parent | 91ccc2034f8716ede10392bfc5ec63ee611ae90b (diff) | |
download | mediapointer-dvb-s2-c4a8a2e49ee685a2e77215fc26bda43415a6df1d.tar.gz mediapointer-dvb-s2-c4a8a2e49ee685a2e77215fc26bda43415a6df1d.tar.bz2 |
merge: http://linuxtv.org/hg/~hgoede/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l/compat.h')
-rw-r--r-- | v4l/compat.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/v4l/compat.h b/v4l/compat.h index d32806e9b..ba9a7cff7 100644 --- a/v4l/compat.h +++ b/v4l/compat.h @@ -210,4 +210,8 @@ static inline struct proc_dir_entry *proc_create_data(const char *a, #endif +#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 24) +typedef unsigned long uintptr_t; +#endif + #endif |