Re: [PATCH] ARM: OMAP4: hwspinlocks_init() should be static

2012-06-04 Thread Tony Lindgren
* Ohad Ben-Cohen [120513 06:19]: > Sparse found out that hwspinlocks_init() wasn't marked static, > and it should've been. Looks like this already got fixed by Paul's commit 8c3d4534. Regards, Tony > Signed-off-by: Ohad Ben-Cohen > --- > arch/arm/mach-omap2/hwspinlock.c |2 +- > 1 files

[PATCH] ARM: OMAP4: hwspinlocks_init() should be static

2012-05-13 Thread Ohad Ben-Cohen
Sparse found out that hwspinlocks_init() wasn't marked static, and it should've been. Signed-off-by: Ohad Ben-Cohen --- 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 i