summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexander Viro <viro@math.psu.edu>2002-12-03 20:34:49 -0800
committerLinus Torvalds <torvalds@penguin.transmeta.com>2002-12-03 20:34:49 -0800
commite752c144249dcf559b7b7fe105d3cb19e9f6c44c (patch)
tree68e05b3b1928650609fac21e8b4d58d2b2922cdc /include
parent5781aaf25b56caae64b660eafd55f19724d850ba (diff)
[PATCH] isdn cleanup
switched to devfs_remove(), killed gratitious devfs_handle_t fields.
Diffstat (limited to 'include')
-rw-r--r--include/linux/isdn.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/isdn.h b/include/linux/isdn.h
index 2f429e27a007..3715eff60725 100644
--- a/include/linux/isdn.h
+++ b/include/linux/isdn.h
@@ -408,14 +408,6 @@ typedef struct isdn_devt {
struct task_struct *profd; /* For iprofd */
struct semaphore sem; /* serialize list access*/
unsigned long global_features;
-#ifdef CONFIG_DEVFS_FS
- devfs_handle_t devfs_handle_isdninfo;
- devfs_handle_t devfs_handle_isdnctrl;
- devfs_handle_t devfs_handle_isdnctrlX[ISDN_MAX_CHANNELS];
-#ifdef CONFIG_ISDN_PPP
- devfs_handle_t devfs_handle_ipppX[ISDN_MAX_CHANNELS];
-#endif
-#endif /* CONFIG_DEVFS_FS */
} isdn_dev;
extern isdn_dev *dev;