Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760574AbYBONVU (ORCPT ); Fri, 15 Feb 2008 08:21:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753560AbYBONVL (ORCPT ); Fri, 15 Feb 2008 08:21:11 -0500 Received: from sovereign.computergmbh.de ([85.214.69.204]:59151 "EHLO sovereign.computergmbh.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753543AbYBONVK (ORCPT ); Fri, 15 Feb 2008 08:21:10 -0500 Date: Fri, 15 Feb 2008 14:21:09 +0100 (CET) From: Jan Engelhardt To: Jeff Garzik cc: linux-kernel@vger.kernel.org, kkeil@suse.de, isdn4linux@listserv.isdn4linux.de Subject: Re: [PATCH 05/14] [ISDN] HiSax enternow: convert to PCI hotplug API In-Reply-To: <61a39b593f15e52f75902baaa69bf033c4e302ac.1203031878.git.jeff@garzik.org> Message-ID: References: <74fc75b3eadfa82aee70b855e9944b5439a259d5.1203031878.git.jeff@garzik.org> <61a39b593f15e52f75902baaa69bf033c4e302ac.1203031878.git.jeff@garzik.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 611 Lines: 22 On Jul 17 2007 23:49, Jeff Garzik wrote: >+static struct pci_device_id en_pci_table[] = { >+ { PCI_VENDOR_ID_TIGERJET, PCI_DEVICE_ID_TIGERJET_300, 0x55, 0x02, }, >+ >+ { } /* terminate list */ >+}; This can be v v static const struct pci_device_id en_pci_table[] __devinitconst = { ... } (also in other modules) -- 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/