staging: rtl8187se: remove use of __devinitdata
CONFIG_HOTPLUG is going away as an option so __devinitdata is no longer needed. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
19fc6b57db
commit
7df813d56f
|
@ -44,7 +44,7 @@
|
||||||
|
|
||||||
#include "ieee80211/dot11d.h"
|
#include "ieee80211/dot11d.h"
|
||||||
|
|
||||||
static struct pci_device_id rtl8180_pci_id_tbl[] __devinitdata = {
|
static struct pci_device_id rtl8180_pci_id_tbl[] = {
|
||||||
{
|
{
|
||||||
.vendor = PCI_VENDOR_ID_REALTEK,
|
.vendor = PCI_VENDOR_ID_REALTEK,
|
||||||
.device = 0x8199,
|
.device = 0x8199,
|
||||||
|
|
Loading…
Reference in New Issue