From: Randy Dunlap Date: Wed, 26 May 2010 17:30:02 +0000 (-0700) Subject: Staging: phison: depends on ATA_BMDMA X-Git-Tag: v2.6.35-rc2~14^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c28040e515154462971ba97ec14a82c27fcfb683;p=pandora-kernel.git Staging: phison: depends on ATA_BMDMA phison uses interfaces and data that are built only when ATA_BMDMA is enabled, so it should depend on that symbol. drivers/staging/phison/phison.c:43: error: implicit declaration of function 'ATA_BMDMA_SHT' drivers/staging/phison/phison.c:43: error: initializer element is not constant drivers/staging/phison/phison.c:43: error: (near initialization for 'phison_sht.module') drivers/staging/phison/phison.c:47: error: 'ata_bmdma_port_ops' undeclared here (not in a function) Signed-off-by: Randy Dunlap Cc: evan_ko@phison.com Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed