aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88.h
diff options
context:
space:
mode:
authorTrent Piepho <xyzzy@speakeasy.org>2009-03-03 18:52:57 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 12:43:03 -0300
commit86b5aeacabb4451655c528c41d45ca05b753f72c (patch)
treef066bcbdf5abfd562274108cba8ed4eb50290ddd /drivers/media/video/cx88/cx88.h
parent428c8d19167c4597adf4d164262c68befafde9bf (diff)
downloadlinux-86b5aeacabb4451655c528c41d45ca05b753f72c.tar.gz
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 <xyzzy@speakeasy.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx88/cx88.h')
-rw-r--r--drivers/media/video/cx88/cx88.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h
index 6025fdd2334458..3542061c7329eb 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;