Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be1ee7d8 authored by Brian Norris's avatar Brian Norris
Browse files

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
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -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 */