From mboxrd@z Thu Jan 1 00:00:00 1970 From: Francois Romieu Subject: Re: [git patches] net driver fixes Date: Wed, 30 Jan 2008 23:47:11 +0100 Message-ID: <20080130224711.GA24133@electric-eye.fr.zoreil.com> References: <20080130094440.GA4652@havoc.gtf.org> <20080130102116.GA20846@uranus.ravnborg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jeff Garzik , David Miller , netdev@vger.kernel.org, LKML To: Sam Ravnborg Return-path: Received: from electric-eye.fr.zoreil.com ([213.41.134.224]:46297 "EHLO electric-eye.fr.zoreil.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1763843AbYA3XE0 (ORCPT ); Wed, 30 Jan 2008 18:04:26 -0500 Content-Disposition: inline In-Reply-To: <20080130102116.GA20846@uranus.ravnborg.org> Sender: netdev-owner@vger.kernel.org List-ID: Sam Ravnborg : [...] > > -static struct pci_device_id sis190_pci_tbl[] __devinitdata = { > > +static struct pci_device_id sis190_pci_tbl[] = { > > { PCI_DEVICE(PCI_VENDOR_ID_SI, 0x0190), 0, 0, 0 }, > > { PCI_DEVICE(PCI_VENDOR_ID_SI, 0x0191), 0, 0, 1 }, > > { 0, }, > > The __devinitdata is OK, it is the following _devinitdata that had > to be _devinitconst. Strangely enough, removing the devinitdata from the sis190_pci_tbl silents the error message here. Do you have an explanation ? -- Ueimor