Skip to content

Commit 2da5f5d

Browse files
committed
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 <[email protected]> Cc: <[email protected]> Signed-off-by: Stephen Boyd <[email protected]> Reviewed-by: Joshua Henderson <[email protected]>
1 parent 0af1a24 commit 2da5f5d

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

arch/mips/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,6 @@ config LANTIQ
327327
select ARCH_REQUIRE_GPIOLIB
328328
select SWAP_IO_SPACE
329329
select BOOT_RAW
330-
select HAVE_MACH_CLKDEV
331330
select CLKDEV_LOOKUP
332331
select USE_OF
333332
select PINCTRL
@@ -589,7 +588,6 @@ config RALINK
589588
select SYS_SUPPORTS_LITTLE_ENDIAN
590589
select SYS_SUPPORTS_MIPS16
591590
select SYS_HAS_EARLY_PRINTK
592-
select HAVE_MACH_CLKDEV
593591
select CLKDEV_LOOKUP
594592
select ARCH_HAS_RESET_CONTROLLER
595593
select RESET_CONTROLLER

arch/mips/pic32/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ config PIC32MZDA
1515
select SYS_SUPPORTS_32BIT_KERNEL
1616
select SYS_SUPPORTS_LITTLE_ENDIAN
1717
select ARCH_REQUIRE_GPIOLIB
18-
select HAVE_MACH_CLKDEV
1918
select COMMON_CLK
2019
select CLKDEV_LOOKUP
2120
select LIBFDT

drivers/clk/Kconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ config CLKDEV_LOOKUP
66
config HAVE_CLK_PREPARE
77
bool
88

9-
config HAVE_MACH_CLKDEV
10-
bool
11-
129
config COMMON_CLK
1310
bool
1411
select HAVE_CLK_PREPARE

0 commit comments

Comments
 (0)