From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Fri, 21 Nov 2014 08:17:05 -0800 Subject: [PATCH 2/3] ARM: OMAP2+: Move GPMC initcall to devices.c In-Reply-To: <546F08C2.4090903@ti.com> References: <1416522501-14999-1-git-send-email-tony@atomide.com> <1416522501-14999-3-git-send-email-tony@atomide.com> <546F08C2.4090903@ti.com> Message-ID: <20141121161705.GR7046@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Roger Quadros [141121 01:43]: > On 11/21/2014 12:28 AM, Tony Lindgren wrote: > > 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. > > > > Cc: Arnd Bergmann > > Cc: Roger Quadros > > Signed-off-by: Tony Lindgren > > I guess gpmc_init can't still be put under module_init() till we have fixed up > some more issues in the GPMC driver. But it shouldn't prevent us from making > the move to drivers/, so > > Acked-by: Roger Quadros Yeah I figured it's too close to the merge cycle to start playing with the initcall levels. It may already be possible to make it just module_init() but let's do that as separate patches after the move. Regards, Tony