LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] libata: Allow modular builds of drivers using ata_dumb_qc_prep
@ 2007-07-03 15:12 Alan Cox
  2007-07-03 15:43 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Alan Cox @ 2007-07-03 15:12 UTC (permalink / raw)
  To: akpm, linux-kernel, jeff

Signed-off-by: Alan Cox <alan@redhat.com>

diff -u --new-file --exclude-from /usr/src/exclude --recursive linux.vanilla-2.6.22-rc6-mm1/drivers/ata/libata-core.c linux-2.6.22-rc6-mm1/drivers/ata/libata-core.c
--- linux.vanilla-2.6.22-rc6-mm1/drivers/ata/libata-core.c	2007-07-02 20:50:11.000000000 +0100
+++ linux-2.6.22-rc6-mm1/drivers/ata/libata-core.c	2007-07-02 21:36:20.000000000 +0100
@@ -6842,6 +6976,7 @@
 EXPORT_SYMBOL_GPL(ata_data_xfer);
 EXPORT_SYMBOL_GPL(ata_data_xfer_noirq);
 EXPORT_SYMBOL_GPL(ata_qc_prep);
+EXPORT_SYMBOL_GPL(ata_dumb_qc_prep);
 EXPORT_SYMBOL_GPL(ata_noop_qc_prep);
 EXPORT_SYMBOL_GPL(ata_bmdma_setup);
 EXPORT_SYMBOL_GPL(ata_bmdma_start);

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

* Re: [PATCH] libata: Allow modular builds of drivers using ata_dumb_qc_prep
  2007-07-03 15:12 [PATCH] libata: Allow modular builds of drivers using ata_dumb_qc_prep Alan Cox
@ 2007-07-03 15:43 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2007-07-03 15:43 UTC (permalink / raw)
  To: Alan Cox; +Cc: akpm, linux-kernel

Alan Cox wrote:
> Signed-off-by: Alan Cox <alan@redhat.com>
> 
> diff -u --new-file --exclude-from /usr/src/exclude --recursive linux.vanilla-2.6.22-rc6-mm1/drivers/ata/libata-core.c linux-2.6.22-rc6-mm1/drivers/ata/libata-core.c
> --- linux.vanilla-2.6.22-rc6-mm1/drivers/ata/libata-core.c	2007-07-02 20:50:11.000000000 +0100
> +++ linux-2.6.22-rc6-mm1/drivers/ata/libata-core.c	2007-07-02 21:36:20.000000000 +0100
> @@ -6842,6 +6976,7 @@
>  EXPORT_SYMBOL_GPL(ata_data_xfer);
>  EXPORT_SYMBOL_GPL(ata_data_xfer_noirq);
>  EXPORT_SYMBOL_GPL(ata_qc_prep);
> +EXPORT_SYMBOL_GPL(ata_dumb_qc_prep);

Please combine this with the previous patch and resend, otherwise 
git-bisect is not happy.  This should be bundled with the addition of 
this function.



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

end of thread, other threads:[~2007-07-03 15:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-03 15:12 [PATCH] libata: Allow modular builds of drivers using ata_dumb_qc_prep Alan Cox
2007-07-03 15:43 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).