From: Mike Frysinger Date: Thu, 24 Sep 2009 01:04:04 +0000 (+0000) Subject: spi/bfin_spi: convert read/write/duplex funcs to a dedicated ops structure X-Git-Tag: v2.6.37-rc1~187^2~2^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c4542c7a3082bf74f00145355ef407ac82c0b3f;p=pandora-kernel.git spi/bfin_spi: convert read/write/duplex funcs to a dedicated ops structure Rather than having to look up the same 3 sets of functions at the same time, just use an ops structure so we only need to set one pointer. Reported-by: David Brownell Signed-off-by: Mike Frysinger --- Reading git-diff-tree failed