summaryrefslogtreecommitdiff
path: root/drivers/clk/imx/Makefile
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2020-09-17 03:41:25 +0300
committerShawn Guo <shawnguo@kernel.org>2020-09-22 09:09:19 +0300
commit805837740d0142c38ab94b2269ca28da3890ae68 (patch)
tree584ea53dd13b71ee71d1bb92619046b5f62c07ce /drivers/clk/imx/Makefile
parentb0772b4d95b1341d1f0f273894b999aa6b0916ba (diff)
downloadlinux-805837740d0142c38ab94b2269ca28da3890ae68.tar.xz
clk: imx: imx21: Remove clock driver
As i.MX21 support has been removed, get rid of its clock driver too. Signed-off-by: Fabio Estevam <festevam@gmail.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'drivers/clk/imx/Makefile')
-rw-r--r--drivers/clk/imx/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/imx/Makefile b/drivers/clk/imx/Makefile
index 79e53f2257c1..dd6a737d060b 100644
--- a/drivers/clk/imx/Makefile
+++ b/drivers/clk/imx/Makefile
@@ -31,7 +31,6 @@ clk-imx-scu-$(CONFIG_CLK_IMX8QXP) += clk-scu.o clk-imx8qxp.o
clk-imx-lpcg-scu-$(CONFIG_CLK_IMX8QXP) += clk-lpcg-scu.o clk-imx8qxp-lpcg.o
obj-$(CONFIG_CLK_IMX1) += clk-imx1.o
-obj-$(CONFIG_CLK_IMX21) += clk-imx21.o
obj-$(CONFIG_CLK_IMX25) += clk-imx25.o
obj-$(CONFIG_CLK_IMX27) += clk-imx27.o
obj-$(CONFIG_CLK_IMX31) += clk-imx31.o