working_area_t -> struct working_area
Remove misleading typedef and redundant suffix from struct working_area.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
struct cfi_flash_bank
|
||||
{
|
||||
working_area_t *write_algorithm;
|
||||
struct working_area *write_algorithm;
|
||||
|
||||
int x16_as_x8;
|
||||
int jedec_probe;
|
||||
|
||||
Reference in New Issue
Block a user