mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 07:01:23 +00:00
[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:
parent
3607c44676
commit
d62a38d1ab
3 changed files with 92 additions and 85 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue