commit | 06bb6f5a69dfc53b79dd5f7afabdcd070a18afbf | [log] [tgz] |
---|---|---|
author | Rafał Miłecki <zajec5@gmail.com> | Mon Aug 10 21:39:03 2015 +0200 |
committer | Brian Norris <computersforpeace@gmail.com> | Tue Aug 25 13:42:21 2015 -0700 |
tree | bf771939bb284d09e79e99aae1c7d2d1e598b55a | |
parent | 0cb850486048ba4f64482a9d3e33dff47df34c79 [diff] |
mtd: spi-nor: stop (ab)using struct spi_device_id Using struct spi_device_id for storing list of flash devices comes from early SPI NOR framework days. Thanks to the commit 70f3ce0510af ("mtd: spi-nor: make spi_nor_scan() take a chip type name, not spi_device_id") we can stop using spi_device_id and just switch to our own struct. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>