patch-2.4.10 linux/drivers/atm/idt77105.c
Next file: linux/drivers/atm/iphase.c
Previous file: linux/drivers/atm/horizon.c
Back to the patch index
Back to the overall index
-  Lines: 19
-  Date:
Thu Sep 13 15:21:32 2001
-  Orig file: 
v2.4.9/linux/drivers/atm/idt77105.c
-  Orig date: 
Tue Jul  3 17:08:19 2001
diff -u --recursive --new-file v2.4.9/linux/drivers/atm/idt77105.c linux/drivers/atm/idt77105.c
@@ -374,9 +374,7 @@
             }
         }
 
-#ifdef MODULE
 	MOD_DEC_USE_COUNT;
-#endif /* MODULE */
 	return 0;
 }
 
@@ -384,6 +382,8 @@
 
 EXPORT_SYMBOL(idt77105_init);
 EXPORT_SYMBOL(idt77105_stop);
+
+MODULE_LICENSE("GPL");
 
 #ifdef MODULE
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)