From: Trent Piepho Date: Tue, 3 Mar 2009 21:52:57 +0000 (-0300) Subject: V4L/DVB (10792): cx88: remove unnecessary forward declaration of cx88_core X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=86b5aeacabb4451655c528c41d45ca05b753f72c;p=deliverable%2Flinux.git V4L/DVB (10792): 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. Signed-off-by: Trent Piepho Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h index 6025fdd23344..3542061c7329 100644 --- a/drivers/media/video/cx88/cx88.h +++ b/drivers/media/video/cx88/cx88.h @@ -302,7 +302,6 @@ struct cx88_dmaqueue { struct btcx_riscmem stopper; u32 count; }; -struct cx88_core; struct cx88_core { struct list_head devlist;