Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142979
b: refs/heads/master
c: 55c590b
h: refs/heads/master
i:
  142977: b37d213
  142975: 0dfc378
v: v3
  • Loading branch information
Stanislaw Gruszka authored and Bartlomiej Zolnierkiewicz committed Apr 8, 2009
1 parent 34efa4f commit 803c8c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3c8a48e9a94be1e063f2f8d7d5f6f691423a3e71
refs/heads/master: 55c590b64e70cb9922ff56703578ec271eaaca02
10 changes: 0 additions & 10 deletions trunk/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 803c8c3

Please sign in to comment.