From: Christian Dietrich Date: Tue, 5 Jun 2012 02:23:20 +0000 (+0000) Subject: ide: icside.c: Fix compile with CONFIG_BLK_DEV_IDEDMA_ICS=n X-Git-Tag: v3.5-rc3~12^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32a527add871a51b3c06177849d18bf71e33b320;p=pandora-kernel.git ide: icside.c: Fix compile with CONFIG_BLK_DEV_IDEDMA_ICS=n The icside driver can be configured without DMA support, but it doesn't compile then, because DMA operations are referenced. drivers/ide/icside.c:523: error: 'icside_v6_port_ops' undeclared drivers/ide/icside.c:522: error: 'icside_dma_init' undeclared Signed-off-by: Christian Dietrich Signed-off-by: David S. Miller --- Reading git-diff-tree failed