diff options
Diffstat (limited to 'drivers/ide/ide-taskfile.c')
-rw-r--r-- | drivers/ide/ide-taskfile.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/ide/ide-taskfile.c b/drivers/ide/ide-taskfile.c index 0e333ecf2ad6..a3b7a50562b2 100644 --- a/drivers/ide/ide-taskfile.c +++ b/drivers/ide/ide-taskfile.c | |||
@@ -188,8 +188,8 @@ static u8 wait_drive_not_busy(ide_drive_t *drive) | |||
188 | return stat; | 188 | return stat; |
189 | } | 189 | } |
190 | 190 | ||
191 | static void ide_pio_bytes(ide_drive_t *drive, struct ide_cmd *cmd, | 191 | void ide_pio_bytes(ide_drive_t *drive, struct ide_cmd *cmd, |
192 | unsigned int write, unsigned int len) | 192 | unsigned int write, unsigned int len) |
193 | { | 193 | { |
194 | ide_hwif_t *hwif = drive->hwif; | 194 | ide_hwif_t *hwif = drive->hwif; |
195 | struct scatterlist *sg = hwif->sg_table; | 195 | struct scatterlist *sg = hwif->sg_table; |
@@ -243,6 +243,7 @@ static void ide_pio_bytes(ide_drive_t *drive, struct ide_cmd *cmd, | |||
243 | len -= nr_bytes; | 243 | len -= nr_bytes; |
244 | } | 244 | } |
245 | } | 245 | } |
246 | EXPORT_SYMBOL_GPL(ide_pio_bytes); | ||
246 | 247 | ||
247 | static void ide_pio_datablock(ide_drive_t *drive, struct ide_cmd *cmd, | 248 | static void ide_pio_datablock(ide_drive_t *drive, struct ide_cmd *cmd, |
248 | unsigned int write) | 249 | unsigned int write) |