summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/hsi/controllers/omap_ssi.c10
1 files changed, 0 insertions, 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
@@ -49,16 +49,6 @@
#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
* @sg: Pointer to the current sg entry being served