From: Ben Hutchings Date: Tue, 30 Sep 2014 02:15:04 +0000 (+0100) Subject: spi-nor: Remove spi_nor::read_id operation X-Git-Tag: omap-for-v3.19/fixes-rc1~56^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e66fcf722a74786c500957608f3230e843960b42;p=pandora-kernel.git spi-nor: Remove spi_nor::read_id operation 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 Signed-off-by: Brian Norris --- Reading git-diff-tree failed