mtd: spi-nor: drop replaceable wait-till-ready function pointer
authorBrian Norris <computersforpeace@gmail.com>
Thu, 7 Aug 2014 01:17:00 +0000 (18:17 -0700)
committerBrian Norris <computersforpeace@gmail.com>
Wed, 5 Nov 2014 10:08:21 +0000 (02:08 -0800)
We don't need to expose a 'wait-till-ready' interface to drivers. Status
register polling should be handled by the core spi-nor.c library, and as
of now, I see no need to provide a special driver-specific hook for it.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Reviewed-by: Marek Vasut <marex@denx.de>

No differences found