summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/tegra-common/sys_info.c
diff options
context:
space:
mode:
authorJeroen Hofstee <jeroen@myspectrum.nl>2014-10-08 22:57:46 +0200
committerTom Rini <trini@ti.com>2014-10-25 07:27:37 -0400
commit19d7bf3d868383bf504c1dd2b4618fbf2b3dc20e (patch)
tree614234ed7a890398eee4c2b3e4f777ff10a4cd52 /arch/arm/cpu/tegra-common/sys_info.c
parent654f8d0f3d4c606b75b70bbf0b1303a6074f0788 (diff)
downloadblackbird-obmc-uboot-19d7bf3d868383bf504c1dd2b4618fbf2b3dc20e.tar.gz
blackbird-obmc-uboot-19d7bf3d868383bf504c1dd2b4618fbf2b3dc20e.zip
tegra: make local functions static
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Diffstat (limited to 'arch/arm/cpu/tegra-common/sys_info.c')
-rw-r--r--arch/arm/cpu/tegra-common/sys_info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/tegra-common/sys_info.c b/arch/arm/cpu/tegra-common/sys_info.c
index de20325ecf..5933c35ddd 100644
--- a/arch/arm/cpu/tegra-common/sys_info.c
+++ b/arch/arm/cpu/tegra-common/sys_info.c
@@ -8,7 +8,7 @@
#include <common.h>
#include <linux/ctype.h>
-void upstring(char *s)
+static void upstring(char *s)
{
while (*s) {
*s = toupper(*s);
OpenPOWER on IntegriCloud