aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/isdn.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/isdn.h')
-rw-r--r--include/linux/isdn.h2
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 */