Staging: brcm80211: remove old module macro wrappers
[pandora-kernel.git] / drivers / staging / brcm80211 / brcmfmac / dhd_linux.c
index 1441b33..75f4724 100644 (file)
@@ -1787,7 +1787,6 @@ static int dhd_stop(struct net_device *net)
                __func__));
 #endif                         /* !defined(IGNORE_ETH0_DOWN) */
 
-       OLD_MOD_DEC_USE_COUNT;
        return 0;
 }
 
@@ -1836,7 +1835,6 @@ static int dhd_open(struct net_device *net)
        }
 #endif
 
-       OLD_MOD_INC_USE_COUNT;
        return ret;
 }