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:
Ondrej Zary 2011-07-01 00:03:37 +02:00 committed by Greg Kroah-Hartman
parent 24c5b19ed6
commit ed049d7fd4
1 changed files with 0 additions and 7 deletions

View File

@ -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;