git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
428c8d1
)
V4L/DVB (10792): cx88: remove unnecessary forward declaration of cx88_core
author
Trent Piepho
<xyzzy@speakeasy.org>
Tue, 3 Mar 2009 21:52:57 +0000
(18:52 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Mon, 30 Mar 2009 15:43:03 +0000
(12:43 -0300)
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>
drivers/media/video/cx88/cx88.h
patch
|
blob
|
history
diff --git
a/drivers/media/video/cx88/cx88.h
b/drivers/media/video/cx88/cx88.h
index
6025fdd
..
3542061
100644
(file)
--- 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;