Преглед изворни кода

sf: eon: drop duplicate id

Looks like Shaohui Xie's patch got merged twice.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Mike Frysinger пре 13 година
родитељ
комит
04a3e90eaf
1 измењених фајлова са 0 додато и 5 уклоњено
  1. 0 5
      drivers/mtd/spi/eon.c

+ 0 - 5
drivers/mtd/spi/eon.c

@@ -27,11 +27,6 @@ static const struct eon_spi_flash_params eon_spi_flash_table[] = {
 		.nr_sectors = 4096,
 		.name = "EN25Q128",
 	},
-	{
-		.idcode1 = 0x16,
-		.nr_sectors = 1024,
-		.name = "EN25Q32B",
-	},
 };
 
 struct spi_flash *spi_flash_probe_eon(struct spi_slave *spi, u8 *idcode)