diff --git a/drivers/staging/ft1000/ft1000-pcmcia/ft1000.h b/drivers/staging/ft1000/ft1000-pcmcia/ft1000.h index e4537e097b26..95ba8c77c9ff 100644 --- a/drivers/staging/ft1000/ft1000-pcmcia/ft1000.h +++ b/drivers/staging/ft1000/ft1000-pcmcia/ft1000.h @@ -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;