Commit 73cecc46 authored by Nishanth Menon's avatar Nishanth Menon

bus: omap_l3_noc: remove iclk from omap_l3 struct

we do not use iclk directly anymore. And, even if we had to, we
should be using pm_runtime APIs to do the same to be completely SoC
independent.
Signed-off-by: default avatarNishanth Menon <nm@ti.com>
Acked-by: default avatarSantosh Shilimkar <santosh.shilimkar@ti.com>
Acked-by: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Tested-by: default avatarDarren Etheridge <detheridge@ti.com>
Tested-by: default avatarSekhar Nori <nsekhar@ti.com>
parent c10d5c9e
......@@ -159,7 +159,6 @@ static u32 *l3_targ[L3_MODULES] = {
struct omap_l3 {
struct device *dev;
struct clk *ick;
/* memory base */
void __iomem *l3_base[L3_MODULES];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment