Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 55c590b6 authored by Stanislaw Gruszka's avatar Stanislaw Gruszka Committed by Bartlomiej Zolnierkiewicz
Browse files

at91_ide: remove unused ide_mm_{outb,inb}



Cc: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: default avatarStanislaw Gruszka <stf_xl@wp.pl>
parent 3c8a48e9
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -174,16 +174,6 @@ static void at91_ide_output_data(ide_drive_t *drive, struct ide_cmd *cmd,
	leave_16bit(chipselect, mode);
}

static u8 ide_mm_inb(unsigned long port)
{
	return readb((void __iomem *) port);
}

static void ide_mm_outb(u8 value, unsigned long port)
{
	writeb(value, (void __iomem *) port);
}

static void at91_ide_set_pio_mode(ide_drive_t *drive, const u8 pio)
{
	struct ide_timing *timing;