From: Aaro Koskinen Date: Thu, 18 Nov 2010 17:59:48 +0000 (+0200) Subject: arm: omap1: mbox: make variables static X-Git-Tag: v2.6.38-rc1~469^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dba5e190fcbe2a76b1a867ec6cbe9d7009e43708;p=pandora-kernel.git 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 Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed