• Tony Lindgren's avatar
    ARM: OMAP2+: Move GPMC initcall to devices.c · a8612809
    Tony Lindgren authored
    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 <arnd@arndb.de>
    Acked-by: default avatarRoger Quadros <rogerq@ti.com>
    Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
    a8612809
devices.c 10.6 KB