From: oharboe Date: Tue, 21 Apr 2009 06:23:47 +0000 (+0000) Subject: Zach Welch add static keywords to at91rm9200 X-Git-Tag: v0.2.0~1016 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=09a3cc0980ddd55c16ac2996c6b4f2db38d30475;p=openocd Zach Welch add static keywords to at91rm9200 git-svn-id: svn://svn.berlios.de/openocd/trunk@1487 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- 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 */