diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-09-14 13:27:19 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-09-14 13:27:19 -0300 |
commit | f1f6feeeee28e8b24e319a3a245d55846906016d (patch) | |
tree | 0a3c9b50ae3ed8f63b3c01077ae417e644fb9ff1 /v4l | |
parent | dfff6ba7db43ebcacc2367660ac9b02de04074f5 (diff) | |
download | mediapointer-dvb-s2-f1f6feeeee28e8b24e319a3a245d55846906016d.tar.gz mediapointer-dvb-s2-f1f6feeeee28e8b24e319a3a245d55846906016d.tar.bz2 |
Currently, PCIAGP_FAIL only exists on 2.6.18-rc6-mm1
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l')
-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 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: |