From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [patch] 2.6: modular scsi/mca_53c9x doesn't work (fwd) Date: Tue, 15 Jun 2004 08:17:19 +0100 Sender: linux-scsi-owner@vger.kernel.org Message-ID: <20040615071719.GA12284@infradead.org> References: <20040614185256.GJ13951@fs.tum.de> <20040614192215.GA5360@infradead.org> <20040614225335.GP13951@fs.tum.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [213.146.154.40] ([213.146.154.40]:40166 "EHLO pentafluge.infradead.org") by vger.kernel.org with ESMTP id S265342AbUFOHRV (ORCPT ); Tue, 15 Jun 2004 03:17:21 -0400 Content-Disposition: inline In-Reply-To: <20040614225335.GP13951@fs.tum.de> List-Id: linux-scsi@vger.kernel.org To: Adrian Bunk Cc: Christoph Hellwig , James.Bottomley@SteelEye.com, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org On Tue, Jun 15, 2004 at 12:53:36AM +0200, Adrian Bunk wrote: > 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. > > Patch below. > > cu > Adrian > > --- linux-2.6.7-rc3-mm2-modular-no-smp/drivers/scsi/NCR53C9x.c.old 2004-06-15 00:44:36.000000000 +0200 > +++ linux-2.6.7-rc3-mm2-modular-no-smp/drivers/scsi/NCR53C9x.c 2004-06-15 00:47:23.000000000 +0200 > @@ -3646,4 +3646,15 @@ > } > #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"); Looks good to me, thanks.