diff options
| author | Alexander Viro <viro@parcelfarce.linux.theplanet.co.uk> | 2004-01-10 08:39:13 -0500 |
|---|---|---|
| committer | Stephen Hemminger <shemminger@osdl.org> | 2004-01-10 08:39:13 -0500 |
| commit | b4629aeb6694a86c9aa1779a11e209ef012fef96 (patch) | |
| tree | bb55d1b88e9b9e9adfc905a77039c7a5e069f82b /include/linux/lapb.h | |
| parent | b200a2aa3e8dc0fda9b7462c5d0b94dff8e05518 (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.h | 2 |
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); |
