From: Tony Lindgren Date: Thu, 20 Nov 2014 20:45:43 +0000 (-0800) Subject: ARM: OMAP2+: Move GPMC initcall to devices.c X-Git-Tag: omap-for-v3.19/gpmc-move-v2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a86128093845e1947454c68040d69259c805f882;p=pandora-kernel.git ARM: OMAP2+: Move GPMC initcall to devices.c This will us allow to just move gpmc.c to live under drivers in the next patch. Note that we now also remove the omap specific check for the initcall. That's OK as gpmc_probe() checks for the pdata and bails out for other platforms compiled in. Also the postcore_initcall() maybe possible to change to just regular module_init(), but let's do that in separate patch after the move to drivers is done. Cc: Arnd Bergmann Acked-by: Roger Quadros Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed