Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b328bfec authored by Bill Pemberton's avatar Bill Pemberton Committed by Greg Kroah-Hartman
Browse files

misc: remove use of __devinitconst



CONFIG_HOTPLUG is going away as an option so __devinitconst is no
longer needed.

Signed-off-by: default avatarBill Pemberton <wfp5p@virginia.edu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2c685064
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -76,7 +76,7 @@ struct pti_dev {
 */
 */
static DEFINE_MUTEX(alloclock);
static DEFINE_MUTEX(alloclock);


static const struct pci_device_id pci_ids[] __devinitconst = {
static const struct pci_device_id pci_ids[] = {
		{PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x82B)},
		{PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x82B)},
		{0}
		{0}
};
};