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 621d08f..f19d024 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_IVA2_CK = 0, DSP_CLK_GPT5_FCK, diff --git a/drivers/dsp/bridge/services/clk.c b/drivers/dsp/bridge/services/clk.c index e447d54..e35b929 100644 --- a/drivers/dsp/bridge/services/clk.c +++ b/drivers/dsp/bridge/services/clk.c @@ -32,8 +32,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 @@ -78,11 +76,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.0.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