spi-nor: Remove spi_nor::read_id operation
authorBen Hutchings <ben@decadent.org.uk>
Tue, 30 Sep 2014 02:15:04 +0000 (03:15 +0100)
committerBrian Norris <computersforpeace@gmail.com>
Wed, 22 Oct 2014 05:29:10 +0000 (22:29 -0700)
There is currently no useful way to override the default
implementation of this operation.  The returned struct spi_device_id
must have a pointer to struct flash_info in its private data, but this
structure is defined inside spi-nor.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>

No differences found