Skip to content

Commit

Permalink
at91_ide: remove unused ide_mm_{outb,inb}
Browse files Browse the repository at this point in the history
Cc: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Stanislaw Gruszka <stf_xl@wp.pl>
  • Loading branch information
Stanislaw Gruszka authored and Bartlomiej Zolnierkiewicz committed Apr 8, 2009
1 parent 3c8a48e commit 55c590b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions drivers/ide/at91_ide.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 55c590b

Please sign in to comment.