[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.0802151419180.30301@fbirervta.pbzchgretzou.qr>
Date: Fri, 15 Feb 2008 14:21:09 +0100 (CET)
From: Jan Engelhardt <jengelh@...putergmbh.de>
To: Jeff Garzik <jeff@...zik.org>
cc: linux-kernel@...r.kernel.org, kkeil@...e.de,
isdn4linux@...tserv.isdn4linux.de
Subject: Re: [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)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists