Commit 86b5aeac authored by Trent Piepho's avatar Trent Piepho Committed by Mauro Carvalho Chehab
Browse files

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: default avatarTrent Piepho <xyzzy@speakeasy.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 428c8d19
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -302,7 +302,6 @@ struct cx88_dmaqueue {
	struct btcx_riscmem    stopper;
	u32                    count;
};
struct cx88_core;

struct cx88_core {
	struct list_head           devlist;