From: Bartlomiej Zolnierkiewicz Date: Sat, 26 Apr 2008 20:25:20 +0000 (+0200) Subject: ide: remove ide_dma_iobase() X-Git-Tag: v2.6.26-rc1~1038^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a79acd40d1ee8b6bf217a519eee422ed7e6da6b;p=pandora-kernel.git ide: remove ide_dma_iobase() * ide_mapped_mmio_dma() and ide_iomio_dma() are called only by ide_dma_iobase() so inline them there. * ide_dma_iobase() is called only by ide_setup_dma() so inline it there. * Setup hwif->extra_base also if hwif->mmio flag is set. There should be no functional changes casued by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed