summaryrefslogtreecommitdiffstats
path: root/arch/mips/pic32
diff options
context:
space:
mode:
authorStephen Boyd2016-01-27 23:17:00 +0100
committerStephen Boyd2016-02-25 23:41:20 +0100
commit2da5f5db39010da29efded0f3cf1b7799564d63c (patch)
tree0ea0d63245e0a53886906de43e341d84f482f0bb /arch/mips/pic32
parentMerge branch 'clk-ipq4019' into clk-next (diff)
downloadkernel-qcow2-linux-2da5f5db39010da29efded0f3cf1b7799564d63c.tar.gz
kernel-qcow2-linux-2da5f5db39010da29efded0f3cf1b7799564d63c.tar.xz
kernel-qcow2-linux-2da5f5db39010da29efded0f3cf1b7799564d63c.zip
clk: Get rid of HAVE_MACH_CLKDEV
This config was used for the ARM port so that it could use a machine specific clkdev.h include, but those are all gone now. The MIPS architecture is the last user, and from what I can tell it doesn't actually use it anyway, so let's remove the config all together. Cc: Ralf Baechle <ralf@linux-mips.org> Cc: <linux-mips@linux-mips.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Reviewed-by: Joshua Henderson <joshua.henderson@microchip.com>
Diffstat (limited to 'arch/mips/pic32')
-rw-r--r--arch/mips/pic32/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/pic32/Kconfig b/arch/mips/pic32/Kconfig
index fde56a8b85ca..1985971b9890 100644
--- a/arch/mips/pic32/Kconfig
+++ b/arch/mips/pic32/Kconfig
@@ -15,7 +15,6 @@ config PIC32MZDA
select SYS_SUPPORTS_32BIT_KERNEL
select SYS_SUPPORTS_LITTLE_ENDIAN
select ARCH_REQUIRE_GPIOLIB
- select HAVE_MACH_CLKDEV
select COMMON_CLK
select CLKDEV_LOOKUP
select LIBFDT