target_t -> struct target

Remove misleading typedef and redundant suffix from struct target.
This commit is contained in:
Zachary T Welch
2009-11-13 10:11:13 -08:00
parent d0dee7ccaf
commit 0f1163e823
99 changed files with 1239 additions and 1241 deletions

View File

@@ -132,7 +132,7 @@ struct xscale_common
};
static inline struct xscale_common *
target_to_xscale(struct target_s *target)
target_to_xscale(struct target *target)
{
return container_of(target->arch_info, struct xscale_common,
armv4_5_common);
@@ -141,7 +141,7 @@ target_to_xscale(struct target_s *target)
struct xscale_reg
{
int dbg_handler_number;
target_t *target;
struct target *target;
};
enum