]> git.karo-electronics.de Git - mv-sheeva.git/commit
arm: omap1: mbox: make variables static
authorAaro Koskinen <aaro.koskinen@nokia.com>
Thu, 18 Nov 2010 17:59:48 +0000 (19:59 +0200)
committerTony Lindgren <tony@atomide.com>
Thu, 25 Nov 2010 00:48:27 +0000 (16:48 -0800)
commitdba5e190fcbe2a76b1a867ec6cbe9d7009e43708
tree5805b82c60b7572d0ff329399f26722dfa662ca2
parente6f168212243452eae7c0d0c20c2f6e213933fc8
arm: omap1: mbox: make variables static

Make some variables static to get rid of the following warnings:

arch/arm/mach-omap1/mailbox.c:136:18: warning: symbol 'mbox_dsp_info' was not declared. Should it be static?
arch/arm/mach-omap1/mailbox.c:142:18: warning: symbol 'omap1_mboxes' was not declared. Should it be static?

Signed-off-by: Aaro Koskinen <aaro.koskinen@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap1/mailbox.c