Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

at91_ide: remove unused ide_mm_{outb,inb}

Cc: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Stanislaw Gruszka <stf_xl@wp.pl>

authored by

Stanislaw Gruszka and committed by
Bartlomiej Zolnierkiewicz
55c590b6 3c8a48e9

-10
-10
drivers/ide/at91_ide.c
··· 174 174 leave_16bit(chipselect, mode); 175 175 } 176 176 177 - static u8 ide_mm_inb(unsigned long port) 178 - { 179 - return readb((void __iomem *) port); 180 - } 181 - 182 - static void ide_mm_outb(u8 value, unsigned long port) 183 - { 184 - writeb(value, (void __iomem *) port); 185 - } 186 - 187 177 static void at91_ide_set_pio_mode(ide_drive_t *drive, const u8 pio) 188 178 { 189 179 struct ide_timing *timing;