From: Russell King Date: Mon, 9 Mar 2015 11:03:00 +0000 (+0000) Subject: clkdev: get rid of redundant clk_add_alias() prototype in linux/clk.h X-Git-Tag: omap-for-v4.2/fixes-rc1^2~153^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d34e507293102f29ee94d9a9c5b890696d42452;p=pandora-kernel.git 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 Tested-by: Robert Jarzmik Acked-by: Sekhar Nori Signed-off-by: Russell King --- Reading git-diff-tree failed