Skip to content

Commit

Permalink
pata_ns87415: define SUPERIO_IDE_MAX_RETRIES
Browse files Browse the repository at this point in the history
Code copied from drivers/ide/pci/ns87415.c uses this, so copy the
definition from there as well.

Fixes the following build error:
  CC [M]  drivers/ata/pata_ns87415.o
drivers/ata/pata_ns87415.c: In function ‘ns87560_read_buggy’:
drivers/ata/pata_ns87415.c:228: error: ‘SUPERIO_IDE_MAX_RETRIES’ undeclared (first use in this function)
drivers/ata/pata_ns87415.c:228: error: (Each undeclared identifier is reported only once
drivers/ata/pata_ns87415.c:228: error: for each function it appears in.)

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.de>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Frank Lichtenheld authored and Jeff Garzik committed Oct 29, 2007
1 parent 5796d1c commit a9efacb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/ata/pata_ns87415.c
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ static int ns87415_check_atapi_dma(struct ata_queued_cmd *qc)

#include <asm/superio.h>

#define SUPERIO_IDE_MAX_RETRIES 25

/**
* ns87560_read_buggy - workaround buggy Super I/O chip
* @port: Port to read
Expand Down

0 comments on commit a9efacb

Please sign in to comment.