From: Dmitry Eremin-Solenikov Date: Thu, 5 Mar 2009 15:17:53 +0000 (+0300) Subject: [ARM] pxa: make second argument of clk_add_alias a name instead of the device X-Git-Tag: v2.6.30-rc1~636^2^2~4^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c68ffddabcaaa64c6ea681d2944cbda50a8654ea;p=pandora-kernel.git [ARM] pxa: make second argument of clk_add_alias a name instead of the device 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 Signed-off-by: Eric Miao --- Reading git-diff-tree failed