arm_jtag_t -> struct arm_jtag
Remove misleading typedef and redundant suffix from struct arm_jtag.
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
struct ocl_priv
|
||||
{
|
||||
arm_jtag_t *jtag_info;
|
||||
struct arm_jtag *jtag_info;
|
||||
unsigned int buflen;
|
||||
unsigned int bufalign;
|
||||
};
|
||||
|
||||
@@ -240,7 +240,7 @@ FLASH_BANK_COMMAND_HANDLER(str9xpec_flash_bank_command)
|
||||
struct str9xpec_flash_controller *str9xpec_info;
|
||||
armv4_5_common_t *armv4_5 = NULL;
|
||||
struct arm7_9_common *arm7_9 = NULL;
|
||||
arm_jtag_t *jtag_info = NULL;
|
||||
struct arm_jtag *jtag_info = NULL;
|
||||
|
||||
if (argc < 6)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user