Remove unusued struct and typedef. Signed-off-by: Omar Ramirez Luna <omar.ramirez@xxxxxx> --- arch/arm/plat-omap/include/dspbridge/clk.h | 2 -- drivers/dsp/bridge/services/clk.c | 7 ------- 2 files changed, 0 insertions(+), 9 deletions(-) diff --git a/arch/arm/plat-omap/include/dspbridge/clk.h b/arch/arm/plat-omap/include/dspbridge/clk.h index 0c16709..44f0f0e 100644 --- a/arch/arm/plat-omap/include/dspbridge/clk.h +++ b/arch/arm/plat-omap/include/dspbridge/clk.h @@ -19,8 +19,6 @@ #ifndef _CLK_H #define _CLK_H - /* Generic TIMER object: */ -struct timer_object; enum dsp_clk_id { DSP_CLK_GPT5_FCK, DSP_CLK_GPT5_ICK, diff --git a/drivers/dsp/bridge/services/clk.c b/drivers/dsp/bridge/services/clk.c index 094fe68..babf043 100644 --- a/drivers/dsp/bridge/services/clk.c +++ b/drivers/dsp/bridge/services/clk.c @@ -35,8 +35,6 @@ /* ----------------------------------- Defines, Data Structures, Typedefs */ -typedef volatile unsigned long reg_uword32; - #define OMAP_SSI_OFFSET 0x58000 #define OMAP_SSI_SIZE 0x1000 #define OMAP_SSI_SYSCONFIG_OFFSET 0x10 @@ -80,11 +78,6 @@ static struct dsp_clk_t dsp_clks[] = { {NULL, ""} }; -/* Generic TIMER object: */ -struct timer_object { - struct timer_list timer; -}; - /* * ======== dsp_clk_exit ======== * Purpose: -- 1.6.2.4 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html