mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-06 14:48:06 +00:00
mtd: dataflash: remove unused field
struct dataflash's 'partition' field is unused. Just remove it. Signed-off-by: Brian Norris <computersforpeace@gmail.com> Cc: David Brownell <david-b@pacbell.net>
This commit is contained in:
parent
552fb55d6e
commit
be1ee7d881
1 changed files with 0 additions and 2 deletions
|
@ -88,8 +88,6 @@ struct dataflash {
|
||||||
uint8_t command[4];
|
uint8_t command[4];
|
||||||
char name[24];
|
char name[24];
|
||||||
|
|
||||||
unsigned partitioned:1;
|
|
||||||
|
|
||||||
unsigned short page_offset; /* offset in flash address */
|
unsigned short page_offset; /* offset in flash address */
|
||||||
unsigned int page_size; /* of bytes per page */
|
unsigned int page_size; /* of bytes per page */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue