[ISDN]: Change I4L to use alloc_netdev().
Signed-off-by: Karsten Keil <kkeil@suse.de> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
3607c44676
commit
d62a38d1ab
@@ -382,7 +382,7 @@ typedef struct isdn_net_dev_s {
|
||||
online */
|
||||
spinlock_t queue_lock; /* lock to protect queue */
|
||||
void *next; /* Pointer to next isdn-interface */
|
||||
struct net_device dev; /* interface to upper levels */
|
||||
struct net_device *dev; /* interface to upper levels */
|
||||
#ifdef CONFIG_ISDN_PPP
|
||||
ippp_bundle * pb; /* pointer to the common bundle structure
|
||||
* with the per-bundle data */
|
||||
|
Reference in New Issue
Block a user