summaryrefslogtreecommitdiff
path: root/src/target/cortex_a8.h
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-12-08 13:06:41 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-12-08 13:06:41 -0800
commitcbea1ed71febd8cf64482b36381765eaabfc66ec (patch)
tree7e5825a901e3f57aa7296d3b07c15a789dbc5df4 /src/target/cortex_a8.h
parente7acbdf5dbfcea427fc8b0fc7e8dd2e1005a4cc8 (diff)
downloadopenocd+libswd-cbea1ed71febd8cf64482b36381765eaabfc66ec.tar.gz
openocd+libswd-cbea1ed71febd8cf64482b36381765eaabfc66ec.tar.bz2
openocd+libswd-cbea1ed71febd8cf64482b36381765eaabfc66ec.tar.xz
openocd+libswd-cbea1ed71febd8cf64482b36381765eaabfc66ec.zip
target: remove needless "extern"s
Most of these happened to be in the target.h file. Some of those are associated with symbols that could be removed at some point ... e.g. NVP_ASSERT/true and its sibling NVP_DEASSERT/false. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'src/target/cortex_a8.h')
-rw-r--r--src/target/cortex_a8.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/target/cortex_a8.h b/src/target/cortex_a8.h
index adffe935..82a34a76 100644
--- a/src/target/cortex_a8.h
+++ b/src/target/cortex_a8.h
@@ -31,8 +31,6 @@
#include <target/armv7a.h>
-extern char* cortex_a8_state_strings[];
-
#define CORTEX_A8_COMMON_MAGIC 0x411fc082
/* See Cortex-A8 TRM section 12.5 */