ARM: OMAP4: hwspinlocks_init() should be static
authorOhad Ben-Cohen <ohad@wizery.com>
Wed, 4 Apr 2012 12:44:38 +0000 (15:44 +0300)
committerOhad Ben-Cohen <ohad@wizery.com>
Sun, 13 May 2012 13:11:29 +0000 (16:11 +0300)
commit7548c09a475039b5e9179615ac4c1c58b930cdb5
treeab6bfda54629ca8bcc806f8749cefec0751da888
parent778d02e9b3b7188ce37ff542e54ff5df723659e6
ARM: OMAP4: hwspinlocks_init() should be static

Sparse found out that hwspinlocks_init() wasn't marked static,
and it should've been.

Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
arch/arm/mach-omap2/hwspinlock.c