This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / isdn / hysdn / hycapi.c
index 4f63903..f5fb795 100644 (file)
@@ -96,7 +96,7 @@ hycapi_remove_ctr(struct capi_ctr *ctrl)
                }
        }
        detach_capi_ctr(ctrl);
-       ctrl->driverdata = NULL;
+       ctrl->driverdata = 0;
        kfree(card->hyctrlinfo);
 
                
@@ -678,7 +678,7 @@ attach the capi-driver to the kernel-capi.
 
 ***********************************************************/
 
-int hycapi_init(void)
+int hycapi_init()
 {
        int i;
        for(i=0;i<CAPI_MAXAPPL;i++) {