Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7548c09a authored by Ohad Ben-Cohen's avatar Ohad Ben-Cohen
Browse files

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: default avatarOhad Ben-Cohen <ohad@wizery.com>
parent 778d02e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;