diff options
author | Trent Piepho <xyzzy@speakeasy.org> | 2009-03-03 16:52:57 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:03 -0400 |
commit | 86b5aeacabb4451655c528c41d45ca05b753f72c (patch) | |
tree | f066bcbdf5abfd562274108cba8ed4eb50290ddd | |
parent | 428c8d19167c4597adf4d164262c68befafde9bf (diff) |
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>
-rw-r--r-- | drivers/media/video/cx88/cx88.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 { | |||
302 | struct btcx_riscmem stopper; | 302 | struct btcx_riscmem stopper; |
303 | u32 count; | 303 | u32 count; |
304 | }; | 304 | }; |
305 | struct cx88_core; | ||
306 | 305 | ||
307 | struct cx88_core { | 306 | struct cx88_core { |
308 | struct list_head devlist; | 307 | struct list_head devlist; |