diff options
-rw-r--r-- | drivers/ide/tx4939ide.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ide/tx4939ide.c b/drivers/ide/tx4939ide.c index f9b68783d393..bee9461f13b3 100644 --- a/drivers/ide/tx4939ide.c +++ b/drivers/ide/tx4939ide.c | |||
@@ -445,7 +445,7 @@ static void tx4939ide_tf_load(ide_drive_t *drive, struct ide_cmd *cmd) | |||
445 | #ifdef __BIG_ENDIAN | 445 | #ifdef __BIG_ENDIAN |
446 | 446 | ||
447 | /* custom iops (independent from SWAP_IO_SPACE) */ | 447 | /* custom iops (independent from SWAP_IO_SPACE) */ |
448 | static void tx4939ide_input_data_swap(ide_drive_t *drive, struct request *rq, | 448 | static void tx4939ide_input_data_swap(ide_drive_t *drive, struct ide_cmd *cmd, |
449 | void *buf, unsigned int len) | 449 | void *buf, unsigned int len) |
450 | { | 450 | { |
451 | unsigned long port = drive->hwif->io_ports.data_addr; | 451 | unsigned long port = drive->hwif->io_ports.data_addr; |
@@ -457,7 +457,7 @@ static void tx4939ide_input_data_swap(ide_drive_t *drive, struct request *rq, | |||
457 | __ide_flush_dcache_range((unsigned long)buf, roundup(len, 2)); | 457 | __ide_flush_dcache_range((unsigned long)buf, roundup(len, 2)); |
458 | } | 458 | } |
459 | 459 | ||
460 | static void tx4939ide_output_data_swap(ide_drive_t *drive, struct request *rq, | 460 | static void tx4939ide_output_data_swap(ide_drive_t *drive, struct ide_cmd *cmd, |
461 | void *buf, unsigned int len) | 461 | void *buf, unsigned int len) |
462 | { | 462 | { |
463 | unsigned long port = drive->hwif->io_ports.data_addr; | 463 | unsigned long port = drive->hwif->io_ports.data_addr; |