From: Thomas Petazzoni Date: Tue, 21 May 2013 10:33:28 +0000 (+0200) Subject: arm: mvebu: mark functions of armada-370-xp.c as static X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~72^2~18^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c589f9b4b51317cfc530812fe90a9895bd51430e;p=pandora-kernel.git arm: mvebu: mark functions of armada-370-xp.c as static All the functions in armada-370-xp.c are called from the DT_MACHINE_START function pointers, so there is no need for them to be visible outside of this file, and we therefore mark them as static. Signed-off-by: Thomas Petazzoni Signed-off-by: Jason Cooper --- Reading git-diff-tree failed