summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrent Piepho <xyzzy@speakeasy.org>2009-03-03 13:52:57 -0800
committerTrent Piepho <xyzzy@speakeasy.org>2009-03-03 13:52:57 -0800
commitaaac79924970a2c688fa7cf89dc75fc3822460bc (patch)
tree3da9bc2a095ce87f406917540c9f9a868c5bde33
parent831376e2cfb73403a9bba2be23e9c8ce1ec20c3b (diff)
downloadmediapointer-dvb-s2-aaac79924970a2c688fa7cf89dc75fc3822460bc.tar.gz
mediapointer-dvb-s2-aaac79924970a2c688fa7cf89dc75fc3822460bc.tar.bz2
cx88: remove unnecessary forward declaration of cx88_core
From: Trent Piepho <xyzzy@speakeasy.org> 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 <xyzzy@speakeasy.org>
-rw-r--r--linux/drivers/media/video/cx88/cx88.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88.h b/linux/drivers/media/video/cx88/cx88.h
index d641c24c3..2227d93c7 100644
--- a/linux/drivers/media/video/cx88/cx88.h
+++ b/linux/drivers/media/video/cx88/cx88.h
@@ -306,7 +306,6 @@ struct cx88_dmaqueue {
struct btcx_riscmem stopper;
u32 count;
};
-struct cx88_core;
struct cx88_core {
struct list_head devlist;