summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-05-25 12:25:03 -0500
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-05-25 12:25:03 -0500
commitb6e4a415a1c72568077bbb156cb1b726c0f1833f (patch)
tree5d4c5eccc9a0b372c0a7d563592c9bc74be3541f /include
parent9c7166ef4d6817b27767b243e6c7978640029e61 (diff)
ISDN: CAPI: Remove unused capi_driver::driver_read_proc
In case a driver really wants to put some useful info into /proc/capi/driver, it could create the proc entry directly.
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);