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