summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2013-07-26 14:48:13 +0200
committerSebastian Reichel <sre@ring0.de>2013-08-11 00:01:09 +0200
commit3f9408a029565172e4707201e53af20e3b20256b (patch)
treee598959820628da4f409f5cc28b41d4736828e57
parenta9fce6ffae46b4aab01f0b71fd839451d63fa56a (diff)
downloadlinux-3f9408a029565172e4707201e53af20e3b20256b.tar.bz2
struct clk_res is not needed
-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