diff options
author | Tero Kristo <t-kristo@ti.com> | 2017-01-30 15:01:36 +0100 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2017-03-08 12:03:07 +0100 |
commit | c91f07801f144920f8467486a1e36e42ed9d9ff2 (patch) | |
tree | 1bc999a2aca4a5142a475647e30e41a1fc701369 /drivers/clk/ti/interface.c | |
parent | clk: ti: omap4: cleanup unnecessary clock aliases (diff) | |
download | linux-c91f07801f144920f8467486a1e36e42ed9d9ff2.tar.xz linux-c91f07801f144920f8467486a1e36e42ed9d9ff2.zip |
clk: ti: drop unnecessary MEMMAP_ADDRESSING flag
This has been superceded by the usage of ti_clk_ll_ops for now.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'drivers/clk/ti/interface.c')
-rw-r--r-- | drivers/clk/ti/interface.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/ti/interface.c b/drivers/clk/ti/interface.c index 7927e1a2ba02..42d9fd4f5f6a 100644 --- a/drivers/clk/ti/interface.c +++ b/drivers/clk/ti/interface.c @@ -47,7 +47,6 @@ static struct clk *_register_interface(struct device *dev, const char *name, clk_hw->hw.init = &init; clk_hw->ops = ops; - clk_hw->flags = MEMMAP_ADDRESSING; clk_hw->enable_reg = reg; clk_hw->enable_bit = bit_idx; |