From f1f6feeeee28e8b24e319a3a245d55846906016d Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Thu, 14 Sep 2006 13:27:19 -0300 Subject: Currently, PCIAGP_FAIL only exists on 2.6.18-rc6-mm1 From: Mauro Carvalho Chehab Signed-off-by: Mauro Carvalho Chehab --- v4l/compat.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'v4l') diff --git a/v4l/compat.h b/v4l/compat.h index c1179a8c6..3192ef87d 100644 --- a/v4l/compat.h +++ b/v4l/compat.h @@ -311,6 +311,10 @@ usb_to_input_id(const struct usb_device *dev, struct input_id *id) } #endif +#ifndef PCIAGP_FAIL + #define PCIAGP_FAIL 0 +#endif + #endif /* * Local variables: -- cgit v1.2.3