Commit d6f1815c authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Linus Torvalds

[PATCH] remove MOD_{INC,DEC}_USE_COUNT users that got back in

the ibm_emac_mal.c one is in exported function, so useless, the other
two are stale decrements.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 5720823b
...@@ -3306,7 +3306,6 @@ static void do_softint(void *private_) ...@@ -3306,7 +3306,6 @@ static void do_softint(void *private_)
} }
} /* End EPCA_MAGIC */ } /* End EPCA_MAGIC */
MOD_DEC_USE_COUNT;
} /* End do_softint */ } /* End do_softint */
/* ------------------------------------------------------------ /* ------------------------------------------------------------
......
...@@ -55,8 +55,6 @@ int mal_register_commac(struct ibm_ocp_mal *mal, struct mal_commac *commac) ...@@ -55,8 +55,6 @@ int mal_register_commac(struct ibm_ocp_mal *mal, struct mal_commac *commac)
write_unlock_irqrestore(&mal_list_lock, flags); write_unlock_irqrestore(&mal_list_lock, flags);
MOD_INC_USE_COUNT;
return 0; return 0;
} }
...@@ -73,8 +71,6 @@ int mal_unregister_commac(struct ibm_ocp_mal *mal, struct mal_commac *commac) ...@@ -73,8 +71,6 @@ int mal_unregister_commac(struct ibm_ocp_mal *mal, struct mal_commac *commac)
write_unlock_irqrestore(&mal_list_lock, flags); write_unlock_irqrestore(&mal_list_lock, flags);
MOD_DEC_USE_COUNT;
return 0; return 0;
} }
......
...@@ -1426,8 +1426,6 @@ static int i596_close(struct net_device *dev) ...@@ -1426,8 +1426,6 @@ static int i596_close(struct net_device *dev)
free_irq(dev->irq, dev); free_irq(dev->irq, dev);
remove_rx_bufs(dev); remove_rx_bufs(dev);
MOD_DEC_USE_COUNT;
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment