Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265342AbUFOHRZ (ORCPT ); Tue, 15 Jun 2004 03:17:25 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265343AbUFOHRZ (ORCPT ); Tue, 15 Jun 2004 03:17:25 -0400 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 Date: Tue, 15 Jun 2004 08:17:19 +0100 From: Christoph Hellwig To: Adrian Bunk Cc: Christoph Hellwig , James.Bottomley@SteelEye.com, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [patch] 2.6: modular scsi/mca_53c9x doesn't work (fwd) Message-ID: <20040615071719.GA12284@infradead.org> Mail-Followup-To: Christoph Hellwig , Adrian Bunk , James.Bottomley@SteelEye.com, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.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 Content-Disposition: inline In-Reply-To: <20040614225335.GP13951@fs.tum.de> User-Agent: Mutt/1.4.1i X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1417 Lines: 43 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. - 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/