Commit be1ee7d8 authored by Brian Norris's avatar Brian Norris

mtd: dataflash: remove unused field

struct dataflash's 'partition' field is unused. Just remove it.
Signed-off-by: default avatarBrian Norris <computersforpeace@gmail.com>
Cc: David Brownell <david-b@pacbell.net>
parent 552fb55d
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment