The patch number 7873 was added via Mauro Carvalho Chehab <[EMAIL PROTECTED]> to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel If anyone has any objections, please let us know by sending a message to: [EMAIL PROTECTED] ------ From: Steven Toth <[EMAIL PROTECTED]> mxl5005s: Fix header includes. Ensure we have the correct .h dependencies included. Signed-off-by: Steven Toth <[EMAIL PROTECTED]> Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]> --- linux/drivers/media/common/tuners/mxl5005s.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -r 29e6df9d9df6 -r 82c0e56fe059 linux/drivers/media/common/tuners/mxl5005s.h --- a/linux/drivers/media/common/tuners/mxl5005s.h Thu May 01 15:35:54 2008 -0400 +++ b/linux/drivers/media/common/tuners/mxl5005s.h Sat May 03 09:51:11 2008 -0400 @@ -23,7 +23,8 @@ #ifndef __MXL5005S_H #define __MXL5005S_H -#include <linux/dvb/frontend.h> +#include <linux/i2c.h> +#include "dvb_frontend.h" struct mxl5005s_config { --- Patch is available at: http://linuxtv.org/hg/v4l-dvb/rev/82c0e56fe0596928d4594bfebeb8a3cdcdaf7783 _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits