arm64: remove redundant "select HAVE_CLK"
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 16 Aug 2016 09:19:22 +0000 (18:19 +0900)
committerWill Deacon <will.deacon@arm.com>
Mon, 22 Aug 2016 09:00:48 +0000 (10:00 +0100)
commit67060ed148cca4f6f3cde6d6941d3b4a86ad698c
treeb9d1c488f24e1911851b8b6364513c070e563564
parentda752563e7fff00885c93e9d5c06bbbfaf34e4da
arm64: remove redundant "select HAVE_CLK"

HAVE_CLK is select'ed by CLKDEV_LOOKUP, which is select'ed by
COMMON_CLK, which is select'ed by ARM64.  No sub-architecture
needs to select HAVE_CLK explicitly.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/Kconfig.platforms