diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-11-19 23:31:08 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-11-19 23:31:08 -0200 |
commit | 17f326133bb934374337530203b3ae0013c5ed28 (patch) | |
tree | c5f9901b99651fa1ba4e73cb2580f1bd42a8d45b /v4l/compat.h | |
parent | 2ae35ace4793a2030014f74c49856bbefb6f9e05 (diff) | |
parent | a502b729bcbb8725a3bdcc896c0930399e23a40f (diff) | |
download | mediapointer-dvb-s2-17f326133bb934374337530203b3ae0013c5ed28.tar.gz mediapointer-dvb-s2-17f326133bb934374337530203b3ae0013c5ed28.tar.bz2 |
merge: http://linuxtv.org/hg/~mkrufky/lgh06xf
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, 2 insertions, 2 deletions
diff --git a/v4l/compat.h b/v4l/compat.h index b245c95e2..19d648d5e 100644 --- a/v4l/compat.h +++ b/v4l/compat.h @@ -311,8 +311,8 @@ usb_to_input_id(const struct usb_device *dev, struct input_id *id) } #endif -#ifndef PCIAGP_FAIL - #define PCIAGP_FAIL 0 +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,19) +# define PCIAGP_FAIL 0 #endif #ifndef true |