diff options
author | Arnd Bergmann <arnd@arndb.de> | 2017-04-19 19:32:25 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2017-04-22 10:28:40 +0200 |
commit | eee6044f6694ae21f6f4b8e5ce4f13dbda0c112b (patch) | |
tree | d81e1af0bd36eb7d9196a2ae98812e3585ab53e3 /fs/befs | |
parent | 1fb78fb6c6ad3751cce18d37e773d07858c1ced9 (diff) | |
download | linux-stable-eee6044f6694ae21f6f4b8e5ce4f13dbda0c112b.tar.gz linux-stable-eee6044f6694ae21f6f4b8e5ce4f13dbda0c112b.tar.bz2 linux-stable-eee6044f6694ae21f6f4b8e5ce4f13dbda0c112b.zip |
ieee802154: don't select COMMON_CLK
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>
Diffstat (limited to 'fs/befs')
0 files changed, 0 insertions, 0 deletions