From: Stephen Boyd Date: Thu, 9 Apr 2020 06:44:10 +0000 (-0700) Subject: h8300: Remove redundant CLKDEV_LOOKUP selects X-Git-Tag: v5.10.7~2373^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ba76c40dbe2e1f6c2db1d8077917d18279523b81;p=platform%2Fkernel%2Flinux-rpi.git h8300: Remove redundant CLKDEV_LOOKUP selects The h8300 architecture selects COMMON_CLK already, and the COMMON_CLK config option already selects CLKDEV_LOOKUP so it's redundant to have this selected again. Cc: Yoshinori Sato Cc: uclinux-h8-devel@lists.sourceforge.jp Cc: Arnd Bergmann Signed-off-by: Stephen Boyd Reviewed-by: Arnd Bergmann Link: https://lkml.kernel.org/r/20200409064416.83340-5-sboyd@kernel.org --- diff --git a/arch/h8300/Kconfig b/arch/h8300/Kconfig index ec800e9..d11666d 100644 --- a/arch/h8300/Kconfig +++ b/arch/h8300/Kconfig @@ -13,7 +13,6 @@ config H8300 select GENERIC_CPU_DEVICES select MODULES_USE_ELF_RELA select GENERIC_CLOCKEVENTS - select CLKDEV_LOOKUP select COMMON_CLK select ARCH_WANT_FRAME_POINTERS select OF