aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/at91_ide.c
diff options
context:
space:
mode:
authorStanislaw Gruszka <stf_xl@wp.pl>2009-04-08 08:13:04 -0400
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2009-04-08 08:13:04 -0400
commit55c590b64e70cb9922ff56703578ec271eaaca02 (patch)
tree4e46f6cc2792cba156369ab5b83657392afeeb06 /drivers/ide/at91_ide.c
parent3c8a48e9a94be1e063f2f8d7d5f6f691423a3e71 (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.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/ide/at91_ide.c b/drivers/ide/at91_ide.c
index 4f3725dda02..c48dc6165e1 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
177static u8 ide_mm_inb(unsigned long port)
178{
179 return readb((void __iomem *) port);
180}
181
182static void ide_mm_outb(u8 value, unsigned long port)
183{
184 writeb(value, (void __iomem *) port);
185}
186
187static void at91_ide_set_pio_mode(ide_drive_t *drive, const u8 pio) 177static 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;