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
|
@ -88,8 +88,6 @@ struct dataflash {
|
|||
uint8_t command[4];
|
||||
char name[24];
|
||||
|
||||
unsigned partitioned:1;
|
||||
|
||||
unsigned short page_offset; /* offset in flash address */
|
||||
unsigned int page_size; /* of bytes per page */
|
||||
|
||||
|
|
Loading…
Reference in New Issue