diff options
author | Stanislaw Gruszka <stf_xl@wp.pl> | 2009-04-08 08:13:04 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-04-08 08:13:04 -0400 |
commit | 55c590b64e70cb9922ff56703578ec271eaaca02 (patch) | |
tree | 4e46f6cc2792cba156369ab5b83657392afeeb06 /drivers/ide/at91_ide.c | |
parent | 3c8a48e9a94be1e063f2f8d7d5f6f691423a3e71 (diff) |
at91_ide: remove unused ide_mm_{outb,inb}
Cc: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Stanislaw Gruszka <stf_xl@wp.pl>
Diffstat (limited to 'drivers/ide/at91_ide.c')
-rw-r--r-- | drivers/ide/at91_ide.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/ide/at91_ide.c b/drivers/ide/at91_ide.c index 4f3725dda02f..c48dc6165e1a 100644 --- a/drivers/ide/at91_ide.c +++ b/drivers/ide/at91_ide.c | |||
@@ -174,16 +174,6 @@ static void at91_ide_output_data(ide_drive_t *drive, struct ide_cmd *cmd, | |||
174 | leave_16bit(chipselect, mode); | 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 | static void at91_ide_set_pio_mode(ide_drive_t *drive, const u8 pio) | 177 | static void at91_ide_set_pio_mode(ide_drive_t *drive, const u8 pio) |
188 | { | 178 | { |
189 | struct ide_timing *timing; | 179 | struct ide_timing *timing; |