summaryrefslogtreecommitdiff
path: root/src/flash/ocl.c
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-13 08:40:03 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-13 11:58:09 -0800
commit8012b3963fc49c7edf87f31a93bc0039095f5b59 (patch)
treeca01e0fd734ebb5ace62492fd27081390fb50b59 /src/flash/ocl.c
parentbcb18b2044e9a9b812f8e0d390ed903f74524586 (diff)
downloadopenocd+libswd-8012b3963fc49c7edf87f31a93bc0039095f5b59.tar.gz
openocd+libswd-8012b3963fc49c7edf87f31a93bc0039095f5b59.tar.bz2
openocd+libswd-8012b3963fc49c7edf87f31a93bc0039095f5b59.tar.xz
openocd+libswd-8012b3963fc49c7edf87f31a93bc0039095f5b59.zip
arm7_9_common_t -> struct arm7_9_common
Remove misleading typedef and redundant suffix from struct arm7_9_common.
Diffstat (limited to 'src/flash/ocl.c')
-rw-r--r--src/flash/ocl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/ocl.c b/src/flash/ocl.c
index 10ac230e..83c8fcf7 100644
--- a/src/flash/ocl.c
+++ b/src/flash/ocl.c
@@ -48,7 +48,7 @@ FLASH_BANK_COMMAND_HANDLER(ocl_flash_bank_command)
{
int retval;
armv4_5_common_t *armv4_5;
- arm7_9_common_t *arm7_9;
+ struct arm7_9_common *arm7_9;
struct ocl_priv *ocl;
if (argc < 6)