armv4_5_common_t -> struct arm

Remove misleading typedef and just use struct arm.
This commit is contained in:
Zachary T Welch
2009-11-13 09:43:03 -08:00
parent d0c19e0a9d
commit af949b2531
14 changed files with 50 additions and 50 deletions

View File

@@ -81,7 +81,7 @@ struct xscale_trace
struct xscale_common
{
/* armv4/5 common stuff */
armv4_5_common_t armv4_5_common;
struct arm armv4_5_common;
int common_magic;