diff options
author | Keguang Zhang <keguang.zhang@gmail.com> | 2023-03-21 19:18:15 +0800 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2023-03-21 16:25:50 -0700 |
commit | c46496119ed07be49537fcb61fa07a34e9a726b2 (patch) | |
tree | 4ea684a38e4bac3dc92fe56820c96ceb2e333ac3 /drivers/clk/Makefile | |
parent | 12de2f50244efdbc8e98f89a340255c3c847e1dc (diff) |
clk: loongson1: Remove the outdated driver
Remove the outdated driver due to the following aspects.
- no DT support
- duplicate code across LS1B and LS1C
- does not fit into the current clock framework
Signed-off-by: Keguang Zhang <keguang.zhang@gmail.com>
Link: https://lore.kernel.org/r/20230321111817.71756-3-keguang.zhang@gmail.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/Makefile')
-rw-r--r-- | drivers/clk/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile index e3ca0d058a25..b7b2c6d64636 100644 --- a/drivers/clk/Makefile +++ b/drivers/clk/Makefile @@ -93,7 +93,6 @@ obj-y += imx/ obj-y += ingenic/ obj-$(CONFIG_ARCH_K3) += keystone/ obj-$(CONFIG_ARCH_KEYSTONE) += keystone/ -obj-$(CONFIG_MACH_LOONGSON32) += loongson1/ obj-y += mediatek/ obj-$(CONFIG_ARCH_MESON) += meson/ obj-y += microchip/ |