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: NRussell King <rmk+kernel@arm.linux.org.uk>
Showing
想要评论请 注册 或 登录
The connection id is only passed to clk_get() which is already const.
Const-ify this argument too.
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>