From 3f9408a029565172e4707201e53af20e3b20256b Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Fri, 26 Jul 2013 14:48:13 +0200 Subject: struct clk_res is not needed --- drivers/hsi/controllers/omap_ssi.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/drivers/hsi/controllers/omap_ssi.c b/drivers/hsi/controllers/omap_ssi.c index 950118a4f490..c004c9b485e3 100644 --- a/drivers/hsi/controllers/omap_ssi.c +++ b/drivers/hsi/controllers/omap_ssi.c @@ -48,16 +48,6 @@ #define SSI_MAX_GDD_LCH 8 #define SSI_BYTES_TO_FRAMES(x) ((((x) - 1) >> 2) + 1) -/** - * struct ssi_clk_res - Device resource data for the SSI clocks - * @clk: Pointer to the clock - * @nb: Pointer to the clock notifier for clk, if any - */ -struct ssi_clk_res { - struct clk *clk; - struct notifier_block *nb; -}; - /** * struct gdd_trn - GDD transaction data * @msg: Pointer to the HSI message being served -- cgit v1.2.3