Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a9efacbad1a735ec410acb26c9de72be8efb33d5
Commit:     a9efacbad1a735ec410acb26c9de72be8efb33d5
Parent:     5796d1c4c89efff823259fda35b08ea66ebf8b23
Author:     Frank Lichtenheld <[EMAIL PROTECTED]>
AuthorDate: Mon Oct 29 02:49:20 2007 +0100
Committer:  Jeff Garzik <[EMAIL PROTECTED]>
CommitDate: Mon Oct 29 06:21:33 2007 -0400

    pata_ns87415: define SUPERIO_IDE_MAX_RETRIES
    
    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 <[EMAIL PROTECTED]>
    Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
 drivers/ata/pata_ns87415.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/ata/pata_ns87415.c b/drivers/ata/pata_ns87415.c
index b9a17eb..d0e2e50 100644
--- a/drivers/ata/pata_ns87415.c
+++ b/drivers/ata/pata_ns87415.c
@@ -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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to