summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/isdn/capilli.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/isdn/capilli.h b/include/linux/isdn/capilli.h
index cd10cf67b6f3..63d69d4b2b0f 100644
--- a/include/linux/isdn/capilli.h
+++ b/include/linux/isdn/capilli.h
@@ -88,15 +88,11 @@ struct capi_driver {
char *(*procinfo)(struct capi_ctr *);
int (*ctr_read_proc)(char *page, char **start, off_t off,
int count, int *eof, struct capi_ctr *card);
- int (*driver_read_proc)(char *page, char **start, off_t off,
- int count, int *eof, struct capi_driver *driver);
/* intitialized by kcapi */
struct list_head contr_head; /* list of controllers */
struct list_head driver_list;
int ncontroller;
- struct proc_dir_entry *procent;
- char procfn[128];
};
void attach_capi_driver(struct capi_driver *driver);