Linux SCSI subsystem development
 help / color / mirror / Atom feed
* [PATCH] uninline exported ata_host_intr
@ 2005-08-05 17:03 Olaf Hering
  2005-08-05 17:10 ` Jeff Garzik
  0 siblings, 1 reply; 9+ messages in thread
From: Olaf Hering @ 2005-08-05 17:03 UTC (permalink / raw)
  To: Jeff Garzik, Andrew Morton, linux-scsi


ata_host_intr cant be either inline or exported.

Signed-off-by: Olaf Hering <olh@suse.de>

Index: linux-2.6.12/drivers/scsi/libata-core.c
===================================================================
--- linux-2.6.12.orig/drivers/scsi/libata-core.c
+++ linux-2.6.12/drivers/scsi/libata-core.c
@@ -3487,7 +3487,7 @@ void ata_bmdma_stop(struct ata_port *ap)
  *	One if interrupt was handled, zero if not (shared irq).
  */
 
-inline unsigned int ata_host_intr (struct ata_port *ap,
+unsigned int ata_host_intr (struct ata_port *ap,
 				   struct ata_queued_cmd *qc)
 {
 	u8 status, host_stat;

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2005-08-05 20:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-05 17:03 [PATCH] uninline exported ata_host_intr Olaf Hering
2005-08-05 17:10 ` Jeff Garzik
2005-08-05 17:15   ` Olaf Hering
2005-08-05 17:30     ` Andrew Vasquez
2005-08-05 17:39       ` Olaf Hering
2005-08-05 17:44     ` Jeff Garzik
2005-08-05 17:37   ` Doug Maxey
2005-08-05 20:10     ` Andrew Morton
2005-08-05 20:49       ` Doug Maxey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox