diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index cf89ce677e41..baa915f0d285 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -741,7 +741,7 @@ struct packet_type { | |||
741 | #include <linux/interrupt.h> | 741 | #include <linux/interrupt.h> |
742 | #include <linux/notifier.h> | 742 | #include <linux/notifier.h> |
743 | 743 | ||
744 | extern struct net_device loopback_dev; /* The loopback */ | 744 | extern struct net_device *loopback_dev; /* The loopback */ |
745 | extern rwlock_t dev_base_lock; /* Device list lock */ | 745 | extern rwlock_t dev_base_lock; /* Device list lock */ |
746 | 746 | ||
747 | 747 | ||