From: Wolfram Sang Date: Wed, 22 Dec 2010 15:50:10 +0000 (+0100) Subject: pata_mpc52xx: driver needs BMDMA X-Git-Tag: v2.6.37-rc8~15^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=869934adfc8391ec2e198ed81260e1a42cd9c575;p=pandora-kernel.git pata_mpc52xx: driver needs BMDMA Found by this build-error if BMDMA is disabled: drivers/ata/pata_mpc52xx.c: In function 'mpc52xx_ata_init_one': drivers/ata/pata_mpc52xx.c:662: error: 'ata_bmdma_interrupt' undeclared (first use in this function) ... Move the Kconfig entry to the proper location as needed since 9a7780c9acb821fe1c2b6fc53f74cc2556ff5364 (libata-sff: make BMDMA optional) Signed-off-by: Wolfram Sang Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed