diff options
Diffstat (limited to 'drivers/ata/pata_it821x.c')
-rw-r--r-- | drivers/ata/pata_it821x.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/ata/pata_it821x.c b/drivers/ata/pata_it821x.c index 35ecb2ba067b..be8c9ef8d0d4 100644 --- a/drivers/ata/pata_it821x.c +++ b/drivers/ata/pata_it821x.c | |||
@@ -520,7 +520,6 @@ static int it821x_smart_set_mode(struct ata_port *ap, struct ata_device **unused | |||
520 | 520 | ||
521 | /** | 521 | /** |
522 | * it821x_dev_config - Called each device identify | 522 | * it821x_dev_config - Called each device identify |
523 | * @ap: ATA port | ||
524 | * @adev: Device that has just been identified | 523 | * @adev: Device that has just been identified |
525 | * | 524 | * |
526 | * Perform the initial setup needed for each device that is chip | 525 | * Perform the initial setup needed for each device that is chip |
@@ -531,7 +530,7 @@ static int it821x_smart_set_mode(struct ata_port *ap, struct ata_device **unused | |||
531 | * basically we need to filter commands for this chip. | 530 | * basically we need to filter commands for this chip. |
532 | */ | 531 | */ |
533 | 532 | ||
534 | static void it821x_dev_config(struct ata_port *ap, struct ata_device *adev) | 533 | static void it821x_dev_config(struct ata_device *adev) |
535 | { | 534 | { |
536 | unsigned char model_num[ATA_ID_PROD_LEN + 1]; | 535 | unsigned char model_num[ATA_ID_PROD_LEN + 1]; |
537 | 536 | ||