From e899adeac9f987223316afdf69ad0a3ebd718a3e Mon Sep 17 00:00:00 2001 From: Kai Germaschewski Date: Thu, 6 Jun 2002 09:19:42 -0500 Subject: ISDN/CAPI: Remove some left-over from the capi_driver removal --- drivers/isdn/hysdn/hycapi.c | 8 -------- drivers/isdn/hysdn/hysdn_defs.h | 1 - 2 files changed, 9 deletions(-) diff --git a/drivers/isdn/hysdn/hycapi.c b/drivers/isdn/hysdn/hycapi.c index 6033e5515322..0c828f7c9b49 100644 --- a/drivers/isdn/hysdn/hycapi.c +++ b/drivers/isdn/hysdn/hycapi.c @@ -82,10 +82,6 @@ hycapi_remove_ctr(struct capi_ctr *ctrl) #ifdef HYCAPI_PRINTFNAMES printk(KERN_NOTICE "HYCAPI hycapi_remove_ctr\n"); #endif - if(!hy_di) { - printk(KERN_ERR "No capi_driver_interface set!"); - return; - } cinfo = (hycapictrl_info *)(ctrl->driverdata); if(!cinfo) { printk(KERN_ERR "No hycapictrl_info set!"); @@ -686,10 +682,6 @@ attach the capi-driver to the kernel-capi. int hycapi_init() { int i; - if(hy_di) { - printk(KERN_NOTICE "HyDI allready set\n"); - return 0; - } for(i=0;i