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

Unverified Commit 92b6d38f authored by Tudor Ambarus's avatar Tudor Ambarus
Browse files

mtd: spi-nor: Remove unused macro



Remove leftover from nor->cmd_buf.

Signed-off-by: default avatarTudor Ambarus <tudor.ambarus@microchip.com>
parent 1e05a7e6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -225,7 +225,6 @@ static inline u8 spi_nor_get_protocol_width(enum spi_nor_protocol proto)
	return spi_nor_get_protocol_data_nbits(proto);
}

#define SPI_NOR_MAX_CMD_SIZE	8
enum spi_nor_ops {
	SPI_NOR_OPS_READ = 0,
	SPI_NOR_OPS_WRITE,