Re: [PATCH] Export ata_scsi_simulate() for use by non-libata drivers
From: Jeff Garzik (jgarzik_at_pobox.com)
Date: 10/14/04
- Previous message: Matthias Urlichs: "Re: 4level page tables for Linux II"
- In reply to: Mark Lord: "[PATCH] Export ata_scsi_simulate() for use by non-libata drivers"
- Next in thread: Mark Lord: "Re: [PATCH] Export ata_scsi_simulate() for use by non-libata drivers"
- Reply: Mark Lord: "Re: [PATCH] Export ata_scsi_simulate() for use by non-libata drivers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 14 Oct 2004 13:04:54 -0400 To: Mark Lord <lsml@rtr.ca>
Mark Lord wrote:
> +void ata_scsi_simulate(u16 *id,
> + struct scsi_cmnd *cmd,
> + void (*done)(struct scsi_cmnd *));
That you are defining a public function in multiple files should be a
hint that something is still missing... :) Put a prototype in
linux/libata.h just like the other public functions, and the patch will
be OK.
Jeff
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Matthias Urlichs: "Re: 4level page tables for Linux II"
- In reply to: Mark Lord: "[PATCH] Export ata_scsi_simulate() for use by non-libata drivers"
- Next in thread: Mark Lord: "Re: [PATCH] Export ata_scsi_simulate() for use by non-libata drivers"
- Reply: Mark Lord: "Re: [PATCH] Export ata_scsi_simulate() for use by non-libata drivers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|