diff options
Diffstat (limited to 'arch/arm/mach-omap2/gpmc.c')
| -rw-r--r-- | arch/arm/mach-omap2/gpmc.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/gpmc.c b/arch/arm/mach-omap2/gpmc.c index 03d771349be..7911e282489 100644 --- a/arch/arm/mach-omap2/gpmc.c +++ b/arch/arm/mach-omap2/gpmc.c @@ -1426,7 +1426,7 @@ static __exit void gpmc_exit(void)  } -postcore_initcall(gpmc_init); +omap_postcore_initcall(gpmc_init);  module_exit(gpmc_exit);  static int __init omap_gpmc_init(void) @@ -1453,7 +1453,7 @@ static int __init omap_gpmc_init(void)  	return IS_ERR(pdev) ? PTR_ERR(pdev) : 0;  } -postcore_initcall(omap_gpmc_init); +omap_postcore_initcall(omap_gpmc_init);  static irqreturn_t gpmc_handle_irq(int irq, void *dev)  {  |