diff options
Diffstat (limited to 'drivers/ata/pata_hpt37x.c')
-rw-r--r-- | drivers/ata/pata_hpt37x.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/ata/pata_hpt37x.c b/drivers/ata/pata_hpt37x.c index 9e1eb473c0a1..09e8be56ba36 100644 --- a/drivers/ata/pata_hpt37x.c +++ b/drivers/ata/pata_hpt37x.c | |||
@@ -802,8 +802,6 @@ static struct ata_port_operations hpt370_port_ops = { | |||
802 | .irq_clear = ata_bmdma_irq_clear, | 802 | .irq_clear = ata_bmdma_irq_clear, |
803 | 803 | ||
804 | .port_start = ata_port_start, | 804 | .port_start = ata_port_start, |
805 | .port_stop = ata_port_stop, | ||
806 | .host_stop = ata_host_stop | ||
807 | }; | 805 | }; |
808 | 806 | ||
809 | /* | 807 | /* |
@@ -841,8 +839,6 @@ static struct ata_port_operations hpt370a_port_ops = { | |||
841 | .irq_clear = ata_bmdma_irq_clear, | 839 | .irq_clear = ata_bmdma_irq_clear, |
842 | 840 | ||
843 | .port_start = ata_port_start, | 841 | .port_start = ata_port_start, |
844 | .port_stop = ata_port_stop, | ||
845 | .host_stop = ata_host_stop | ||
846 | }; | 842 | }; |
847 | 843 | ||
848 | /* | 844 | /* |
@@ -881,8 +877,6 @@ static struct ata_port_operations hpt372_port_ops = { | |||
881 | .irq_clear = ata_bmdma_irq_clear, | 877 | .irq_clear = ata_bmdma_irq_clear, |
882 | 878 | ||
883 | .port_start = ata_port_start, | 879 | .port_start = ata_port_start, |
884 | .port_stop = ata_port_stop, | ||
885 | .host_stop = ata_host_stop | ||
886 | }; | 880 | }; |
887 | 881 | ||
888 | /* | 882 | /* |
@@ -921,8 +915,6 @@ static struct ata_port_operations hpt374_port_ops = { | |||
921 | .irq_clear = ata_bmdma_irq_clear, | 915 | .irq_clear = ata_bmdma_irq_clear, |
922 | 916 | ||
923 | .port_start = ata_port_start, | 917 | .port_start = ata_port_start, |
924 | .port_stop = ata_port_stop, | ||
925 | .host_stop = ata_host_stop | ||
926 | }; | 918 | }; |
927 | 919 | ||
928 | /** | 920 | /** |