From: Russell King Date: Mon, 9 Mar 2015 10:43:04 +0000 (+0000) Subject: clkdev: const-ify connection id to clk_add_alias() X-Git-Tag: omap-for-v4.2/fixes-rc1^2~153^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3d8d7e89fab374d731dfb46fe048f09766ca9c8;p=pandora-kernel.git clkdev: const-ify connection id to clk_add_alias() The connection id is only passed to clk_get() which is already const. Const-ify this argument too. Signed-off-by: Russell King --- Reading git-diff-tree failed