From: Haojian Zhuang Date: Wed, 23 Jan 2013 08:25:45 +0000 (+0800) Subject: gpio: pxa: set initcall level to module init X-Git-Tag: v3.9-rc1~76^2~12^2~9 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c7e660a27da7494c670bfba21cfeba30457656c;p=pandora-kernel.git gpio: pxa: set initcall level to module init gpio & pinctrl driver are used together. The pinctrl driver is already launched before gpio driver in Makefile. So set gpio driver to module init level. Otherwise, the sequence will be inverted. Signed-off-by: Haojian Zhuang Signed-off-by: Linus Walleij --- Reading git-diff-tree failed