[ARM] pxa: make second argument of clk_add_alias a name instead of the device
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Thu, 5 Mar 2009 15:17:53 +0000 (18:17 +0300)
committerEric Miao <eric.miao@marvell.com>
Thu, 19 Mar 2009 08:20:39 +0000 (16:20 +0800)
clk_add_alias is commonly called for platform devices that are not yet
registered in the device tree. Thus the clock alias is associated with
NULL device name. Fix this by passing the device name instead of just
device pointer.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Eric Miao <eric.miao@marvell.com>

No differences found