Skip to content

Commit

Permalink
mtd: spi-nor: Remove unused macro
Browse files Browse the repository at this point in the history
Remove leftover from nor->cmd_buf.

Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
  • Loading branch information
Tudor Ambarus committed Aug 28, 2019
1 parent 1e05a7e commit 92b6d38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/mtd/spi-nor.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 92b6d38

Please sign in to comment.