diff options
author | Tony Lindgren <tony@atomide.com> | 2012-05-17 16:44:43 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-05-17 16:44:43 -0700 |
commit | 222e5cec47a54ff3dde72e7dfba10c67da3adca0 (patch) | |
tree | ab6bfda54629ca8bcc806f8749cefec0751da888 /arch/arm/mach-omap2/hwspinlock.c | |
parent | d48b97b403d23f6df0b990cee652bdf9a52337a3 (diff) | |
parent | 7548c09a475039b5e9179615ac4c1c58b930cdb5 (diff) |
Merge branch 'for-tony' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/linux into fixes-omap4-dsp
Diffstat (limited to 'arch/arm/mach-omap2/hwspinlock.c')
-rw-r--r-- | arch/arm/mach-omap2/hwspinlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/hwspinlock.c b/arch/arm/mach-omap2/hwspinlock.c index 454dfce125c..8763c8520dc 100644 --- a/arch/arm/mach-omap2/hwspinlock.c +++ b/arch/arm/mach-omap2/hwspinlock.c @@ -28,7 +28,7 @@ static struct hwspinlock_pdata omap_hwspinlock_pdata __initdata = { .base_id = 0, }; -int __init hwspinlocks_init(void) +static int __init hwspinlocks_init(void) { int retval = 0; struct omap_hwmod *oh; |