Commit e899adea authored by Kai Germaschewski's avatar Kai Germaschewski

ISDN/CAPI: Remove some left-over from the capi_driver removal

parent 152d188b
...@@ -82,10 +82,6 @@ hycapi_remove_ctr(struct capi_ctr *ctrl) ...@@ -82,10 +82,6 @@ hycapi_remove_ctr(struct capi_ctr *ctrl)
#ifdef HYCAPI_PRINTFNAMES #ifdef HYCAPI_PRINTFNAMES
printk(KERN_NOTICE "HYCAPI hycapi_remove_ctr\n"); printk(KERN_NOTICE "HYCAPI hycapi_remove_ctr\n");
#endif #endif
if(!hy_di) {
printk(KERN_ERR "No capi_driver_interface set!");
return;
}
cinfo = (hycapictrl_info *)(ctrl->driverdata); cinfo = (hycapictrl_info *)(ctrl->driverdata);
if(!cinfo) { if(!cinfo) {
printk(KERN_ERR "No hycapictrl_info set!"); printk(KERN_ERR "No hycapictrl_info set!");
...@@ -686,10 +682,6 @@ attach the capi-driver to the kernel-capi. ...@@ -686,10 +682,6 @@ attach the capi-driver to the kernel-capi.
int hycapi_init() int hycapi_init()
{ {
int i; int i;
if(hy_di) {
printk(KERN_NOTICE "HyDI allready set\n");
return 0;
}
for(i=0;i<CAPI_MAXAPPL;i++) { for(i=0;i<CAPI_MAXAPPL;i++) {
memset(&(hycapi_applications[i]), 0, sizeof(hycapi_appl)); memset(&(hycapi_applications[i]), 0, sizeof(hycapi_appl));
} }
......
...@@ -276,7 +276,6 @@ extern void hysdn_rx_netpkt(hysdn_card *, uchar *, word); /* rxed packet from ne ...@@ -276,7 +276,6 @@ extern void hysdn_rx_netpkt(hysdn_card *, uchar *, word); /* rxed packet from ne
#ifdef CONFIG_HYSDN_CAPI #ifdef CONFIG_HYSDN_CAPI
extern unsigned int hycapi_enable; extern unsigned int hycapi_enable;
extern struct capi_driver_interface *hy_di;
extern int hycapi_capi_create(hysdn_card *); /* create a new capi device */ extern int hycapi_capi_create(hysdn_card *); /* create a new capi device */
extern int hycapi_capi_release(hysdn_card *); /* delete the device */ extern int hycapi_capi_release(hysdn_card *); /* delete the device */
extern int hycapi_capi_stop(hysdn_card *card); /* suspend */ extern int hycapi_capi_stop(hysdn_card *card); /* suspend */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment