diff options
Diffstat (limited to 'arch/arm/mach-omap2/hwspinlock.c')
| -rw-r--r-- | arch/arm/mach-omap2/hwspinlock.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/hwspinlock.c b/arch/arm/mach-omap2/hwspinlock.c index c3688903f3d..ef175acaeaa 100644 --- a/arch/arm/mach-omap2/hwspinlock.c +++ b/arch/arm/mach-omap2/hwspinlock.c @@ -21,6 +21,7 @@  #include <linux/err.h>  #include <linux/hwspinlock.h> +#include "soc.h"  #include "omap_hwmod.h"  #include "omap_device.h" @@ -56,4 +57,4 @@ static int __init hwspinlocks_init(void)  	return retval;  }  /* early board code might need to reserve specific hwspinlock instances */ -postcore_initcall(hwspinlocks_init); +omap_postcore_initcall(hwspinlocks_init);  |