diff options
author | Tero Kristo <t-kristo@ti.com> | 2015-03-02 14:33:54 +0200 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2015-06-02 12:30:59 +0300 |
commit | ef14db0977547b1982d4f6eaa305e1a22eb95778 (patch) | |
tree | b5c82c7d4f0aaf659b0c07d34a469b869f9e2341 /drivers/clk/ti/Makefile | |
parent | 59245ce01a2e3ded836172266e3ac2e576a03333 (diff) | |
download | linux-stable-ef14db0977547b1982d4f6eaa305e1a22eb95778.tar.gz linux-stable-ef14db0977547b1982d4f6eaa305e1a22eb95778.tar.bz2 linux-stable-ef14db0977547b1982d4f6eaa305e1a22eb95778.zip |
clk: ti: move interface clock implementation under drivers/clk
With the legacy clock support gone, the OMAP interface clock implementation
can be moved under the clock driver. Some temporary header file tweaks are
also needed to make this change work properly.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'drivers/clk/ti/Makefile')
-rw-r--r-- | drivers/clk/ti/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/ti/Makefile b/drivers/clk/ti/Makefile index c3ec3014fb2d..23cd72638970 100644 --- a/drivers/clk/ti/Makefile +++ b/drivers/clk/ti/Makefile @@ -1,7 +1,7 @@ obj-y += clk.o autoidle.o clockdomain.o clk-common = dpll.o composite.o divider.o gate.o \ fixed-factor.o mux.o apll.o \ - clkt_dpll.o + clkt_dpll.o clkt_iclk.o obj-$(CONFIG_SOC_AM33XX) += $(clk-common) clk-33xx.o obj-$(CONFIG_SOC_TI81XX) += $(clk-common) fapll.o clk-816x.o obj-$(CONFIG_ARCH_OMAP2) += $(clk-common) interface.o clk-2xxx.o |