]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
clkdev: get rid of redundant clk_add_alias() prototype in linux/clk.h
authorRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 9 Mar 2015 11:03:00 +0000 (11:03 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 6 May 2015 10:58:51 +0000 (11:58 +0100)
commit2d34e507293102f29ee94d9a9c5b890696d42452
tree73aa486714364b6413910d93744e87e259ae9fba
parentfba3acd961ee167a5ffe4c094deccb7d99a0e963
clkdev: get rid of redundant clk_add_alias() prototype in linux/clk.h

clk_add_alias() is provided by clkdev, and is not part of the clk API.
Howver, it is prototyped in two locations: linux/clkdev.h and
linux/clk.h.  This is a mess.  Get rid of the redundant and unnecessary
version in linux/clk.h.

Acked-by: Tony Lindgren <tony@atomide.com>
Tested-by: Robert Jarzmik <robert.jarzmik@free.fr>
Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-davinci/da850.c
arch/arm/mach-omap1/board-nokia770.c
arch/arm/mach-pxa/eseries.c
arch/arm/mach-pxa/lubbock.c
arch/arm/mach-pxa/tosa.c
include/linux/clk.h