From: Stephen Warren Date: Wed, 19 Oct 2011 22:19:26 +0000 (-0600) Subject: pinctrl: Remove unsafe __refdata X-Git-Tag: v3.2-rc1~180^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25aec320d993950474a065b59585e8dd006c3e18;p=pandora-kernel.git pinctrl: Remove unsafe __refdata A pin controller's pin definitions are used both during pinctrl_register() and pinctrl_unregister(). The latter happens outside of __init/__devinit time, and hence it is unsafe to mark the pin array as __refdata. Acked-by: Barry Song Signed-off-by: Stephen Warren Signed-off-by: Linus Walleij --- Reading git-diff-tree failed