diff options
author | Andreas Fritiofson <andreas.fritiofson@gmail.com> | 2011-10-25 00:36:24 +0200 |
---|---|---|
committer | Øyvind Harboe <oyvindharboe@gmail.com> | 2011-10-25 05:16:04 +0000 |
commit | f80ec2aa3723c59528198b275a348b6b8804929a (patch) | |
tree | 55417f4674d9aa5fee3e4f6f51cb9d26979fa883 /src/target/armv7a.h | |
parent | 8c6b95ed162ada54b1165ca0c9b46aa92f92975c (diff) |
armv7a: make local functions static
Also fix a spelling error and remove the declaration for a non-existent
function from the header.
Change-Id: I13177e2d81aa167c05c1cc766f06924211e6d735
Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Reviewed-on: http://openocd.zylin.com/118
Tested-by: jenkins
Reviewed-by: Øyvind Harboe <oyvindharboe@gmail.com>
Diffstat (limited to 'src/target/armv7a.h')
-rw-r--r-- | src/target/armv7a.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/target/armv7a.h b/src/target/armv7a.h index dde1f23e..6f54ce6b 100644 --- a/src/target/armv7a.h +++ b/src/target/armv7a.h @@ -167,8 +167,6 @@ target_to_armv7a(struct target *target) int armv7a_arch_state(struct target *target); int armv7a_identify_cache(struct target *target); -struct reg_cache *armv7a_build_reg_cache(struct target *target, - struct armv7a_common *armv7a_common); int armv7a_init_arch_info(struct target *target, struct armv7a_common *armv7a); int armv7a_mmu_translate_va_pa(struct target *target, uint32_t va, uint32_t *val,int meminfo); |