lkml.org 
[lkml]   [2008]   [Feb]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 05/14] [ISDN] HiSax enternow: convert to PCI hotplug API

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)


\
 
 \ /
  Last update: 2008-02-15 14:23    [W:0.091 / U:0.536 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site