From: Brian Niebuhr Date: Fri, 20 Aug 2010 11:32:49 +0000 (+0530) Subject: spi: davinci: remove non-useful interrupt mode support X-Git-Tag: v2.6.38-rc1~454^2~6^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf90fe73504764cbcc2552c7ea69b1866059db30;p=pandora-kernel.git spi: davinci: remove non-useful interrupt mode support The interrupt mode support as it stands is another version of poll mode. Even when interrupt mode is selected, the code tight loops on interrupt status register, rendering it totally useless. A completion variable is initialized, but never used. Remove this fake interrupt mode since users can anyway use poll mode with no functional difference. A usefully implemented interrupt mode support can be added later. Signed-off-by: Brian Niebuhr Tested-By: Michael Williamson Signed-off-by: Sekhar Nori --- Reading git-diff-tree failed