diff options
Diffstat (limited to 'drivers/ide')
-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; |