From 09a3cc0980ddd55c16ac2996c6b4f2db38d30475 Mon Sep 17 00:00:00 2001 From: oharboe Date: Tue, 21 Apr 2009 06:23:47 +0000 Subject: Zach Welch add static keywords to at91rm9200 git-svn-id: svn://svn.berlios.de/openocd/trunk@1487 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/jtag/at91rm9200.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/jtag/at91rm9200.c b/src/jtag/at91rm9200.c index ce28bb53..45fb089b 100644 --- a/src/jtag/at91rm9200.c +++ b/src/jtag/at91rm9200.c @@ -101,14 +101,14 @@ struct device_t u32 SRST_MASK; /* SRST bitmask */ }; -struct device_t devices[] = +static struct device_t devices[] = { { "rea_ecr", PIOD, P27, PIOA, NC, PIOD, P23, PIOD, P24, PIOD, P26, PIOC, P5 }, { .name = NULL }, }; /* configuration */ -char* at91rm9200_device; +static char* at91rm9200_device; /* interface variables */ -- cgit v1.2.3