Skip to content

Commit 55c590b

Browse files
sgruszkabzolnier
authored andcommitted
at91_ide: remove unused ide_mm_{outb,inb}
Cc: Sergei Shtylyov <sshtylyov@ru.mvista.com> Signed-off-by: Stanislaw Gruszka <stf_xl@wp.pl>
1 parent 3c8a48e commit 55c590b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

drivers/ide/at91_ide.c

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -174,16 +174,6 @@ static void at91_ide_output_data(ide_drive_t *drive, struct ide_cmd *cmd,
174174
leave_16bit(chipselect, mode);
175175
}
176176

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-
187177
static void at91_ide_set_pio_mode(ide_drive_t *drive, const u8 pio)
188178
{
189179
struct ide_timing *timing;

0 commit comments

Comments
 (0)