vserver 1.9.3
[linux-2.6.git] / drivers / net / ibm_emac / ibm_emac_mal.c
index 02d847c..6597791 100644 (file)
@@ -55,8 +55,6 @@ int mal_register_commac(struct ibm_ocp_mal *mal, struct mal_commac *commac)
 
        write_unlock_irqrestore(&mal_list_lock, flags);
 
-       MOD_INC_USE_COUNT;
-
        return 0;
 }
 
@@ -73,8 +71,6 @@ int mal_unregister_commac(struct ibm_ocp_mal *mal, struct mal_commac *commac)
 
        write_unlock_irqrestore(&mal_list_lock, flags);
 
-       MOD_DEC_USE_COUNT;
-
        return 0;
 }