mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 19:26:40 +07:00
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>
This commit is contained in:
parent
428c8d1916
commit
86b5aeacab
@ -302,7 +302,6 @@ struct cx88_dmaqueue {
|
||||
struct btcx_riscmem stopper;
|
||||
u32 count;
|
||||
};
|
||||
struct cx88_core;
|
||||
|
||||
struct cx88_core {
|
||||
struct list_head devlist;
|
||||
|
Loading…
Reference in New Issue
Block a user