The patch number 10792 was added via Trent Piepho <xy...@speakeasy.org> 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: Linux Media Mailing List <linux-me...@vger.kernel.org> ------ From: Trent Piepho <xy...@speakeasy.org> cx88: remove unnecessary forward declaration of cx88_core A recent patch added a forward declaration of cx88_core right before the main definition of that structure, which is obviously unneeded. Priority: normal Signed-off-by: Trent Piepho <xy...@speakeasy.org> --- linux/drivers/media/video/cx88/cx88.h | 1 - 1 file changed, 1 deletion(-) diff -r 3c87763acae5 -r ffc649bf14a6 linux/drivers/media/video/cx88/cx88.h --- a/linux/drivers/media/video/cx88/cx88.h Tue Mar 03 13:51:52 2009 -0800 +++ b/linux/drivers/media/video/cx88/cx88.h Tue Mar 03 13:52:57 2009 -0800 @@ -306,7 +306,6 @@ struct cx88_dmaqueue { struct btcx_riscmem stopper; u32 count; }; -struct cx88_core; struct cx88_core { struct list_head devlist; --- Patch is available at: http://linuxtv.org/hg/v4l-dvb/rev/ffc649bf14a6cfe8629c955b820d217f621f456c _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits