Skip to content

Commit

Permalink
[PATCH] initializer entry defined twice in pata_rz1000
Browse files Browse the repository at this point in the history
This removes the extra definition of the .error_handler member
in the pata_rz1000 driver.

Signed-off-by: Ira W. Snyder <kernel@irasnyder.com>
Cc: Jeff Garzik <jeff@garzik.org>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Ira Snyder authored and Jeff Garzik committed Dec 16, 2006
1 parent 9825d73 commit 0457882
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/ata/pata_rz1000.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ static struct ata_port_operations rz1000_port_ops = {
.exec_command = ata_exec_command,
.dev_select = ata_std_dev_select,

.error_handler = rz1000_error_handler,

.bmdma_setup = ata_bmdma_setup,
.bmdma_start = ata_bmdma_start,
.bmdma_stop = ata_bmdma_stop,
Expand Down

0 comments on commit 0457882

Please sign in to comment.