From: Tony Lindgren Date: Wed, 8 Dec 2010 00:26:55 +0000 (-0800) Subject: omap: Fix gpio_request calls to happen as arch_initcall X-Git-Tag: v2.6.38-rc1~469^2~46^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2cdaffe0bb32015e84af8e31f73e620ba271165;p=pandora-kernel.git omap: Fix gpio_request calls to happen as arch_initcall Looks like some boards are calling gpio_request from init_irq. This will make the request_irq fail, as GPIO will be initialized as postcore_initcall. Reported-by: Paul Walmsley Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed