rtlwifi: remove __dev* attributes
[deliverable/linux.git] / drivers / net / wireless / rtlwifi / rtl8192de / sw.c
index e17f670d5c8e6b87c5ee323432f4def84dd72e21..03c6d18b2e0755fa1bae1236180980eca1a4fb64 100644 (file)
@@ -352,7 +352,7 @@ static struct rtl_hal_cfg rtl92de_hal_cfg = {
        .maps[RTL_RC_HT_RATEMCS15] = DESC92_RATEMCS15,
 };
 
-static struct pci_device_id rtl92de_pci_ids[] __devinitdata = {
+static struct pci_device_id rtl92de_pci_ids[] = {
        {RTL_PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8193, rtl92de_hal_cfg)},
        {RTL_PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x002B, rtl92de_hal_cfg)},
        {},
This page took 0.023301 seconds and 5 git commands to generate.