From: Arnd Bergmann Date: Thu, 5 Jun 2014 21:29:46 +0000 (+0200) Subject: advansys: don't build ARM X-Git-Tag: omap-for-v3.17/fixes-against-rc2~143^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c86d1ae254eeb4976b81d17153b37d53b2f58004;p=pandora-kernel.git advansys: don't build ARM The advansys SCSI driver uses the dma_cache_sync function, which is not available on the ARM architecture, and cannot be implemented correctly, so we always get this build error: drivers/scsi/advansys.c: In function 'advansys_get_sense_buffer_dma': drivers/scsi/advansys.c:7882:2: error: implicit declaration of function 'dma_cache_sync' [-Werror=implicit-function-declaration] dma_cache_sync(board->dev, scp->sense_buffer, ^ It seems nobody has missed this driver so far, so let's just disable it for ARM to help randconfig builds. Signed-off-by: Arnd Bergmann Reviewed-by: Finn Thain Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed