staging: ft1000-pcmcia: delete unused TIMEMSG typedefs
Delete unused TIMEMSG typedefs. Signed-off-by: Ondrej Zary <linux@rainbow-software.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
24c5b19ed6
commit
ed049d7fd4
|
@ -304,13 +304,6 @@ struct media_msg {
|
|||
u32 dns_2;
|
||||
} __attribute__ ((packed));
|
||||
|
||||
typedef struct _TIMEMSG {
|
||||
struct pseudo_hdr pseudo;
|
||||
u16 type;
|
||||
u16 length;
|
||||
u8 timeval[8];
|
||||
} __attribute__ ((packed)) TIMEMSG, *PTIMEMSG;
|
||||
|
||||
typedef struct _DSPINITMSG {
|
||||
struct pseudo_hdr pseudo;
|
||||
u16 type;
|
||||
|
|
Loading…
Reference in New Issue