From ed049d7fd4afe4fc44bc0ac259aa8dcd9c9afcca Mon Sep 17 00:00:00 2001 From: Ondrej Zary Date: Fri, 1 Jul 2011 00:03:37 +0200 Subject: [PATCH] staging: ft1000-pcmcia: delete unused TIMEMSG typedefs Delete unused TIMEMSG typedefs. Signed-off-by: Ondrej Zary Signed-off-by: Greg Kroah-Hartman --- drivers/staging/ft1000/ft1000-pcmcia/ft1000.h | 7 ------- 1 file changed, 7 deletions(-) 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; -- 2.39.5