]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
ieee802154: don't select COMMON_CLK
authorArnd Bergmann <arnd@arndb.de>
Wed, 19 Apr 2017 17:32:25 +0000 (19:32 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 22 Apr 2017 08:28:40 +0000 (10:28 +0200)
A device driver must not select the COMMON_CLK subsystem, as that conflicts
with platforms that provide a legacy implementation of the clk API:

drivers/clk/clk.o: In function `clk_enable':
clk.c:(.text.clk_enable+0x0): multiple definition of `clk_enable'
arch/arm/mach-sa1100/clock.o:clock.c:(.text.clk_enable+0x0): first defined here
drivers/clk/clk.o: In function `clk_round_rate':
clk.c:(.text.clk_round_rate+0x0): multiple definition of `clk_round_rate'
arch/arm/mach-sa1100/clock.o:clock.c:(.text.clk_round_rate+0x0): first defined here
drivers/clk/clk.o: In function `clk_get_parent':
clk.c:(.text.clk_get_parent+0x0): multiple definition of `clk_get_parent'
arch/arm/mach-sa1100/clock.o:clock.c:(.text.clk_get_parent+0x0): first defined here
drivers/clk/clk.o: In function `clk_get_rate':
clk.c:(.text.clk_get_rate+0x0): multiple definition of `clk_get_rate'

This changes the 'select' into 'depends on', as all other similar drivers do.

Fixes: d931acd575d6 ("ieee802154: Add CA8210 IEEE 802.15.4 device driver")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/net/ieee802154/Kconfig

index ce4864dc3c6e88fd5960987e0d892dc9ca6286b5..303ba413392003047e208db65f7df85d382dd785 100644 (file)
@@ -86,8 +86,8 @@ config IEEE802154_ADF7242
 config IEEE802154_CA8210
        tristate "Cascoda CA8210 transceiver driver"
        depends on IEEE802154_DRIVERS && MAC802154
+       depends on COMMON_CLK
        depends on SPI
-       select COMMON_CLK
        ---help---
          Say Y here to enable the CA8210 SPI 802.15.4 wireless
          controller.