summaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.h
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-11-05 22:04:22 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-11-05 22:04:22 -0800
commit03ac53a2cfdb7d0715f7060cecf8719068f6fae1 (patch)
tree20fa43151ab7693af4c61cc5e102ccb781bf3307 /src/target/arm7_9_common.h
parenta81df55f393478cdef9197c248a1b64d26465589 (diff)
downloadopenocd+libswd-03ac53a2cfdb7d0715f7060cecf8719068f6fae1.tar.gz
openocd+libswd-03ac53a2cfdb7d0715f7060cecf8719068f6fae1.tar.bz2
openocd+libswd-03ac53a2cfdb7d0715f7060cecf8719068f6fae1.tar.xz
openocd+libswd-03ac53a2cfdb7d0715f7060cecf8719068f6fae1.zip
ARM: other code uses the new inheritance/nesting scheme
Remove most remaining uses of target->arch_info from ARM infrastructure, where it hasn't already been updated. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'src/target/arm7_9_common.h')
-rw-r--r--src/target/arm7_9_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/target/arm7_9_common.h b/src/target/arm7_9_common.h
index d86ac24d..9eafc1d2 100644
--- a/src/target/arm7_9_common.h
+++ b/src/target/arm7_9_common.h
@@ -108,7 +108,6 @@ typedef struct arm7_9_common_s
void (*post_restore_context)(target_t *target); /**< Callback function called after restoring the processor context */
armv4_5_common_t armv4_5_common;
- void *arch_info;
} arm7_9_common_t;