diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2015-07-30 15:19:12 +0200 |
---|---|---|
committer | Michael Turquette <mturquette@baylibre.com> | 2015-08-24 16:49:02 -0700 |
commit | 0f350f063eb62212a701a512f74e63ae4714441c (patch) | |
tree | 9eec8c5b7d942c4544deea6d5806877b6bc72bad /drivers/clk/ux500/Makefile | |
parent | fc4a05d4b0eb1a0110ef11201bf563cd4b53fbce (diff) | |
download | blackbird-obmc-linux-0f350f063eb62212a701a512f74e63ae4714441c.tar.gz blackbird-obmc-linux-0f350f063eb62212a701a512f74e63ae4714441c.zip |
clk: ux500: delete the non-DT U8500 clock implementation
This code is unused and not coming back. Let's kill it off.
Cc: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/ux500/Makefile')
-rw-r--r-- | drivers/clk/ux500/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/ux500/Makefile b/drivers/clk/ux500/Makefile index 521483f0ba33..f3baef29859c 100644 --- a/drivers/clk/ux500/Makefile +++ b/drivers/clk/ux500/Makefile @@ -9,7 +9,6 @@ obj-y += clk-sysctrl.o # Clock definitions obj-y += u8500_of_clk.o -obj-y += u8500_clk.o obj-y += u9540_clk.o obj-y += u8540_clk.o |