omap: Fix gpio_request calls to happen as arch_initcall
authorTony Lindgren <tony@atomide.com>
Wed, 8 Dec 2010 00:26:55 +0000 (16:26 -0800)
committerTony Lindgren <tony@atomide.com>
Wed, 8 Dec 2010 00:26:55 +0000 (16:26 -0800)
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 <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found