This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / isdn / hysdn / hycapi.c
index 8ee25b2..4f63903 100644 (file)
@@ -246,6 +246,8 @@ hycapi_register_appl(struct capi_ctr *ctrl, __u16 appl,
        rp->level3cnt = MaxLogicalConnections;
        memcpy(&hycapi_applications[appl-1].rp, 
               rp, sizeof(capi_register_params));
+       
+/*        MOD_INC_USE_COUNT; */
 }
 
 /*********************************************************************
@@ -309,6 +311,7 @@ hycapi_release_appl(struct capi_ctr *ctrl, __u16 appl)
        {
                hycapi_release_internal(ctrl, appl);
        }
+/*        MOD_DEC_USE_COUNT;  */
 }