]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] gcc-3.5 libata build fix
authorAndrew Morton <akpm@osdl.org>
Sun, 14 Mar 2004 01:05:57 +0000 (17:05 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 14 Mar 2004 01:05:57 +0000 (17:05 -0800)
drivers/scsi/sata_vsc.c: In function `vsc_sata_interrupt':
include/linux/libata.h:414: sorry, unimplemented: inlining failed in call to 'ata_host_intr': function body not available
drivers/scsi/sata_vsc.c:187: sorry, unimplemented: called from here

include/linux/libata.h

index 52ff5c1198f238da708532ab681d5c80f18ca0d5..20dc26522c151b8710af45bf6335abb7eaae2207 100644 (file)
@@ -411,7 +411,7 @@ extern int ata_scsi_queuecmd(struct scsi_cmnd *cmd, void (*done)(struct scsi_cmn
 extern int ata_scsi_error(struct Scsi_Host *host);
 extern int ata_scsi_release(struct Scsi_Host *host);
 extern int ata_scsi_slave_config(struct scsi_device *sdev);
-extern inline unsigned int ata_host_intr (struct ata_port *ap, struct ata_queued_cmd *qc);
+extern unsigned int ata_host_intr(struct ata_port *ap, struct ata_queued_cmd *qc);
 /*
  * Default driver ops implementations
  */