1
0
Fork 0

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: Nishanth Menon <nm@ti.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Tested-by: Darren Etheridge <detheridge@ti.com>
Tested-by: Sekhar Nori <nsekhar@ti.com>
hifive-unleashed-5.1
Nishanth Menon 2014-04-11 13:55:22 -05:00
parent c10d5c9e12
commit 73cecc46dd
1 changed files with 0 additions and 1 deletions

View File

@ -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];