clk: Get rid of HAVE_MACH_CLKDEV
authorStephen Boyd <sboyd@codeaurora.org>
Wed, 27 Jan 2016 22:17:00 +0000 (14:17 -0800)
committerStephen Boyd <sboyd@codeaurora.org>
Thu, 25 Feb 2016 22:41:20 +0000 (14:41 -0800)
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>
arch/mips/Kconfig
arch/mips/pic32/Kconfig
drivers/clk/Kconfig

index 57a945e832f43ff711fe04d1fa8a52fe1970f000..0d5d785be39fc2bcf21e87ac90be1adfa6478031 100644 (file)
@@ -327,7 +327,6 @@ config LANTIQ
        select ARCH_REQUIRE_GPIOLIB
        select SWAP_IO_SPACE
        select BOOT_RAW
-       select HAVE_MACH_CLKDEV
        select CLKDEV_LOOKUP
        select USE_OF
        select PINCTRL
@@ -589,7 +588,6 @@ config RALINK
        select SYS_SUPPORTS_LITTLE_ENDIAN
        select SYS_SUPPORTS_MIPS16
        select SYS_HAS_EARLY_PRINTK
-       select HAVE_MACH_CLKDEV
        select CLKDEV_LOOKUP
        select ARCH_HAS_RESET_CONTROLLER
        select RESET_CONTROLLER
index fde56a8b85cae1dc201846948bba1ab0024e4769..1985971b98906906923a68582a242678e1c8011f 100644 (file)
@@ -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
index a8c2c882ed1fca5d76675aa868398f63ef2afa4b..15f548ad02076ada85f2d6aeabdfcab0a022acb5 100644 (file)
@@ -6,9 +6,6 @@ config CLKDEV_LOOKUP
 config HAVE_CLK_PREPARE
        bool
 
-config HAVE_MACH_CLKDEV
-       bool
-
 config COMMON_CLK
        bool
        select HAVE_CLK_PREPARE