diff options
author | Karsten Keil <kkeil@suse.de> | 2007-10-08 23:37:11 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:54:57 -0400 |
commit | d62a38d1ab350f787e4941e42a3d3e97971e38f5 (patch) | |
tree | b1bfb1e5123e10943653f5ad5063449311ca7836 /include/linux/isdn.h | |
parent | 3607c44676583e80122c1fed23f34d003cdd6979 (diff) |
[ISDN]: Change I4L to use alloc_netdev().
Signed-off-by: Karsten Keil <kkeil@suse.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/isdn.h')
-rw-r--r-- | include/linux/isdn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/isdn.h b/include/linux/isdn.h index a6fb366748bb..ad09506554a3 100644 --- a/include/linux/isdn.h +++ b/include/linux/isdn.h | |||
@@ -382,7 +382,7 @@ typedef struct isdn_net_dev_s { | |||
382 | online */ | 382 | online */ |
383 | spinlock_t queue_lock; /* lock to protect queue */ | 383 | spinlock_t queue_lock; /* lock to protect queue */ |
384 | void *next; /* Pointer to next isdn-interface */ | 384 | void *next; /* Pointer to next isdn-interface */ |
385 | struct net_device dev; /* interface to upper levels */ | 385 | struct net_device *dev; /* interface to upper levels */ |
386 | #ifdef CONFIG_ISDN_PPP | 386 | #ifdef CONFIG_ISDN_PPP |
387 | ippp_bundle * pb; /* pointer to the common bundle structure | 387 | ippp_bundle * pb; /* pointer to the common bundle structure |
388 | * with the per-bundle data */ | 388 | * with the per-bundle data */ |