ARM: mmp: Remove legacy clk code
authorStephen Boyd <sboyd@kernel.org>
Thu, 9 Apr 2020 06:44:14 +0000 (23:44 -0700)
committerStephen Boyd <sboyd@kernel.org>
Wed, 13 May 2020 03:28:03 +0000 (20:28 -0700)
commit3819ad44025fbc03b32d41070b941acea86e6686
tree265b89e1c391ed9ab9299860606940edb2cb4ff7
parentbbd7ffdbef6888459f301c5889f3b14ada38b913
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 <lkundrak@v3.sk>
Cc: Russell King <linux@armlinux.org.uk>
Cc: <linux-arm-kernel@lists.infradead.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Link: https://lkml.kernel.org/r/20200409064416.83340-9-sboyd@kernel.org
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
[sboyd@kernel.org: Squash in a clock.h include removal found by Stephen
Rothwell <sfr@canb.auug.org.au>]
arch/arm/mach-mmp/Makefile
arch/arm/mach-mmp/clock-mmp2.c [deleted file]
arch/arm/mach-mmp/clock-pxa168.c [deleted file]
arch/arm/mach-mmp/clock-pxa910.c [deleted file]
arch/arm/mach-mmp/clock.c [deleted file]
arch/arm/mach-mmp/clock.h [deleted file]
arch/arm/mach-mmp/pxa168.c
arch/arm/mach-mmp/time.c