diff options
author | Keguang Zhang <keguang.zhang@gmail.com> | 2023-05-12 13:37:22 +0300 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2023-06-19 18:06:55 +0300 |
commit | 9e130e2be4e7ac54de1ecc3fa424ca7ddfb1a748 (patch) | |
tree | 04f891ef8570eb024401171b0364a73b0224db86 /arch/mips/include/asm/mach-loongson32/loongson1.h | |
parent | ea95051063f95bf612683f5697e44604d0cbd0f1 (diff) | |
download | linux-9e130e2be4e7ac54de1ecc3fa424ca7ddfb1a748.tar.xz |
MIPS: Loongson32: Remove deprecated PWM timer clocksource
The Loongson1 PWM timer will be moved to clocksource framework.
Then, the old driver is no longer needed.
Remove the deprecated code and update the Kconfig.
Signed-off-by: Keguang Zhang <keguang.zhang@gmail.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20230512103724.587760-2-keguang.zhang@gmail.com
Diffstat (limited to 'arch/mips/include/asm/mach-loongson32/loongson1.h')
-rw-r--r-- | arch/mips/include/asm/mach-loongson32/loongson1.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/include/asm/mach-loongson32/loongson1.h b/arch/mips/include/asm/mach-loongson32/loongson1.h index eb3ddbec1752..d8f9dec0ecc3 100644 --- a/arch/mips/include/asm/mach-loongson32/loongson1.h +++ b/arch/mips/include/asm/mach-loongson32/loongson1.h @@ -47,7 +47,6 @@ #include <regs-clk.h> #include <regs-mux.h> -#include <regs-pwm.h> #include <regs-rtc.h> #include <regs-wdt.h> |