armv4_5_common_t -> struct arm
Remove misleading typedef and just use struct arm.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user