mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 13:59:45 -04:00
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:
committed by
Greg Kroah-Hartman
parent
19fc6b57db
commit
7df813d56f
@@ -44,7 +44,7 @@
|
||||
|
||||
#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,
|
||||
.device = 0x8199,
|
||||
|
||||
Reference in New Issue
Block a user