From: Rabin Vincent Date: Wed, 2 Jun 2010 05:09:52 +0000 (+0100) Subject: ARM: 6156/1: nomadik-gpio: switch to core_initcall X-Git-Tag: v2.6.36-rc1~591^2~2^7~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33f45ea91706f8fdde04bd6c2245f679403ec63f;p=pandora-kernel.git ARM: 6156/1: nomadik-gpio: switch to core_initcall Move the platform driver registration to a core_initcall, instead of an arch_initcall. This will allow us to use gpio related calls in init_machine() (which is an arch_initcall) after adding the gpio platform devices. Cc: Alessandro Rubini Acked-by: Linus Walleij Signed-off-by: Rabin Vincent Signed-off-by: Russell King --- Reading git-diff-tree failed