Two things...
First, linux/config.h doesn't exist anymore so you have to manually remove the "#include <linux/config.h>" from the config-compat.h file. Note, 'make clean' wipes config-compat.h so you will have to redo this every time you make clean!
Secondly, in config.h, this patch much be reversed:
| committer | Mauro Carvalho Chehab <[EMAIL PROTECTED]> |
| Thu Sep 14 13:27:19 2006 -0300 (6 weeks ago) | |
| changeset | a941befb40f9 |
| tree | e452495637fc |
| parent | ee22615b7ae5 |
| child | 5b55ea2862db |
Currently, PCIAGP_FAIL only exists on
2.6.18-rc6-mm1
From: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
From: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
--- a/v4l/compat.h Thu Sep 14 11:53:16
2006 -0300
+++ b/v4l/compat.h Thu Sep 14 13:27:19
2006 -0300
@@ -311,6 +311,10 @@ usb_to_input_id(const
struct usb_device
}
#endif
+#ifndef PCIAGP_FAIL
+ #define PCIAGP_FAIL 0
+#endif
+
#endif
/*
* Local variables:
_______________________________________________ linux-dvb mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
