From: Tejun Heo Date: Mon, 10 May 2010 19:41:40 +0000 (+0200) Subject: libata-sff: ata_sff_[dumb_]qc_prep are BMDMA specific X-Git-Tag: v2.6.35-rc1~481^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f47451c45fe0032ef491aaf3e0623fa0154e156d;p=pandora-kernel.git libata-sff: ata_sff_[dumb_]qc_prep are BMDMA specific Both qc_prep functions deal only with BMDMA PRD setup and PIO only SFF drivers don't need them. Rename to ata_bmdma_[dumb_]qc_prep() and relocate. All usages are renamed except for pdc_adma and sata_qstor. Those two drivers are not BMDMA drivers and don't need to call BMDMA qc_prep functions. Calls to ata_sff_qc_prep() in the two drivers are removed. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed