Hi all,

I apparently forgot to revise that last patch one last time.  This adds
two static keywords that somehow got lost in the mix.

Cheers,

Zach

Index: src/jtag/at91rm9200.c
===================================================================
--- src/jtag/at91rm9200.c	(revision 1486)
+++ src/jtag/at91rm9200.c	(working copy)
@@ -101,14 +101,14 @@
 	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
  */
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to