summaryrefslogtreecommitdiff
path: root/include/linux/lapb.h
diff options
context:
space:
mode:
authorAlexander Viro <viro@parcelfarce.linux.theplanet.co.uk>2004-01-10 08:39:13 -0500
committerStephen Hemminger <shemminger@osdl.org>2004-01-10 08:39:13 -0500
commitb4629aeb6694a86c9aa1779a11e209ef012fef96 (patch)
treebb55d1b88e9b9e9adfc905a77039c7a5e069f82b /include/linux/lapb.h
parentb200a2aa3e8dc0fda9b7462c5d0b94dff8e05518 (diff)
[wan lapb] kill now-unused custom token container
Nothing is using lapb->token anymore; removed, along with the old "token" argument of lapb_register().
Diffstat (limited to 'include/linux/lapb.h')
-rw-r--r--include/linux/lapb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/lapb.h b/include/linux/lapb.h
index dfe6402d812f..ce709e1885cc 100644
--- a/include/linux/lapb.h
+++ b/include/linux/lapb.h
@@ -44,7 +44,7 @@ struct lapb_parms_struct {
unsigned int mode;
};
-extern int lapb_register(struct net_device *dev, void *token, struct lapb_register_struct *callbacks);
+extern int lapb_register(struct net_device *dev, struct lapb_register_struct *callbacks);
extern int lapb_unregister(struct net_device *dev);
extern int lapb_getparms(struct net_device *dev, struct lapb_parms_struct *parms);
extern int lapb_setparms(struct net_device *dev, struct lapb_parms_struct *parms);