Skip to content

Commit

Permalink
V4L/DVB (10792): cx88: remove unnecessary forward declaration of cx88…
Browse files Browse the repository at this point in the history
…_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 <xyzzy@speakeasy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Trent Piepho authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent 428c8d1 commit 86b5aea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/media/video/cx88/cx88.h
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ struct cx88_dmaqueue {
struct btcx_riscmem stopper;
u32 count;
};
struct cx88_core;

struct cx88_core {
struct list_head devlist;
Expand Down

0 comments on commit 86b5aea

Please sign in to comment.