summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-10-05 08:36:50 -0500
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-10-05 08:36:50 -0500
commit2cb280101b6e4f36668c692f779ee3c194798b67 (patch)
tree40f9bf2dcf0db0f34e830c9a10036bffb8ce7c96 /include
parent74408ad71c90519a229f5f99d2c9dca53937d44c (diff)
ISDN: Convert remaining users of the old slave list
->slave and ->master have been superseded, remove remaining traces.
Diffstat (limited to 'include')
-rw-r--r--include/linux/isdn.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/isdn.h b/include/linux/isdn.h
index 2571ec195463..664f2d471fd6 100644
--- a/include/linux/isdn.h
+++ b/include/linux/isdn.h
@@ -401,7 +401,6 @@ typedef struct isdn_net_dev_s {
struct tasklet_struct tlet;
isdn_net_local *mlp; /* Ptr to master device for all devs*/
- struct isdn_net_dev_s *slave; /* Ptr to Slave device for masters */ // FIXME kill
struct list_head slaves; /* Members of local->slaves */
struct list_head online; /* Members of local->online */