Zach Welch <zw@superlucidity.net> add static keywords to at91rm9200
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Tue, 21 Apr 2009 06:23:47 +0000 (06:23 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Tue, 21 Apr 2009 06:23:47 +0000 (06:23 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@1487 b42882b7-edfa-0310-969c-e2dbd0fdcd60

src/jtag/at91rm9200.c

index ce28bb533762f51095cd778394f97278fa93354a..45fb089bc92a752b6c4ca7a9678c496811f35927 100644 (file)
@@ -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
  */