diff options
author | Stephen Boyd <[email protected]> | 2020-04-08 23:44:14 -0700 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2020-05-12 20:28:03 -0700 |
commit | 3819ad44025fbc03b32d41070b941acea86e6686 (patch) | |
tree | 265b89e1c391ed9ab9299860606940edb2cb4ff7 /arch/arm/mach-mmp/time.c | |
parent | bbd7ffdbef6888459f301c5889f3b14ada38b913 (diff) |
ARM: mmp: Remove legacy clk code
Remove all the legacy clk code that supports a non-common clk framework
implementation of 'struct clk' in mach-mmp. This code doesn't look to be
compiled anymore given that the MMP is fully supported in the
multi-platform config via ARCH_MULTIPLATFORM as of commit 377524dc4d77
("ARM: mmp: move into ARCH_MULTIPLATFORM"). The ARCH_MULTIPLATFORM
config selects COMMON_CLK and therefore the Makefile rule can never
actually compile the code in these files.
Cc: Lubomir Rintel <[email protected]>
Cc: Russell King <[email protected]>
Cc: <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Reviewed-by: Arnd Bergmann <[email protected]>
[[email protected]: Squash in a clock.h include removal found by Stephen
Rothwell <[email protected]>]
Diffstat (limited to 'arch/arm/mach-mmp/time.c')
-rw-r--r-- | arch/arm/mach-mmp/time.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-mmp/time.c b/arch/arm/mach-mmp/time.c index 049a65f47b42..41b2e8abc9e6 100644 --- a/arch/arm/mach-mmp/time.c +++ b/arch/arm/mach-mmp/time.c @@ -34,7 +34,6 @@ #include "regs-apbc.h" #include "irqs.h" #include <linux/soc/mmp/cputype.h> -#include "clock.h" #define TIMERS_VIRT_BASE TIMERS1_VIRT_BASE |