OSDN Git Service

clkdev: const-ify connection id to clk_add_alias()
authorRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 9 Mar 2015 10:43:04 +0000 (10:43 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 6 May 2015 10:58:57 +0000 (11:58 +0100)
commitb3d8d7e89fab374d731dfb46fe048f09766ca9c8
treee10428410ad02b5f01d574ffca1846511170d090
parent2d34e507293102f29ee94d9a9c5b890696d42452
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 <rmk+kernel@arm.linux.org.uk>
drivers/clk/clkdev.c
include/linux/clkdev.h