wifi: rtlwifi: Remove rtl_intf_ops.read_efuse_byte
[linux-2.6-microblaze.git] / drivers / net / wireless / realtek / rtlwifi / pci.c
index d059cfe..11709b6 100644 (file)
@@ -2374,7 +2374,6 @@ EXPORT_SYMBOL(rtl_pci_resume);
 #endif /* CONFIG_PM_SLEEP */
 
 const struct rtl_intf_ops rtl_pci_ops = {
-       .read_efuse_byte = read_efuse_byte,
        .adapter_start = rtl_pci_start,
        .adapter_stop = rtl_pci_stop,
        .check_buddy_priv = rtl_pci_check_buddy_priv,