diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-01-10 17:17:53 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-01-10 17:17:53 +0000 |
commit | b2ad5f821b1381492d792ca10b1eb7a107b48f14 (patch) | |
tree | 954a648692e7da983db1d2470953705f6a729264 /drivers/atm/nicstar.c | |
parent | c9c06167e7933d93a6e396174c68abf242294abb (diff) |
Merge with Linux 2.4.0-prerelease. Big Makefile rewrite, test your
Makefiles.
Diffstat (limited to 'drivers/atm/nicstar.c')
-rw-r--r-- | drivers/atm/nicstar.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/atm/nicstar.c b/drivers/atm/nicstar.c index 8b6d71237..7e9dc5ee2 100644 --- a/drivers/atm/nicstar.c +++ b/drivers/atm/nicstar.c @@ -268,7 +268,8 @@ static struct atmdev_ops atm_ops = send: ns_send, phy_put: ns_phy_put, phy_get: ns_phy_get, - proc_read: ns_proc_read + proc_read: ns_proc_read, + owner: THIS_MODULE, }; static struct timer_list ns_timer; static char *mac[NS_MAX_CARDS]; @@ -1633,7 +1634,6 @@ static int ns_open(struct atm_vcc *vcc, short vpi, int vci) } set_bit(ATM_VF_READY,&vcc->flags); - MOD_INC_USE_COUNT; return 0; } @@ -1762,7 +1762,6 @@ static void ns_close(struct atm_vcc *vcc) vcc->dev_data = NULL; clear_bit(ATM_VF_PARTIAL,&vcc->flags); clear_bit(ATM_VF_ADDR,&vcc->flags); - MOD_DEC_USE_COUNT; #ifdef RX_DEBUG { |