Commit fba539f1 authored by Adrian Bunk's avatar Adrian Bunk Committed by James Bottomley

[PATCH] modular scsi/mca_53c9x doesn't work

On Mon, Jun 14, 2004 at 08:22:15PM +0100, Christoph Hellwig wrote:
> On Mon, Jun 14, 2004 at 08:52:56PM +0200, Adrian Bunk wrote:
> > The issue described in the mail forwarded below is still present in
> > 2.6.7-rc3-mm2 (but not specific to -mm).
> >
> > I'd suggest the following workaround:
>
> Please add the exports instead.  It'll affect all the other 53C9X-based
> drivers aswell.

This sounds like a better solution.
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 4d02a2fc
......@@ -3646,4 +3646,15 @@ void esp_release(void)
}
#endif
EXPORT_SYMBOL(esp_abort);
EXPORT_SYMBOL(esp_allocate);
EXPORT_SYMBOL(esp_deallocate);
EXPORT_SYMBOL(esp_initialize);
EXPORT_SYMBOL(esp_intr);
EXPORT_SYMBOL(esp_queue);
EXPORT_SYMBOL(esp_reset);
EXPORT_SYMBOL(esp_slave_alloc);
EXPORT_SYMBOL(esp_slave_destroy);
EXPORT_SYMBOL(esps_in_use);
MODULE_LICENSE("GPL");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment