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 625240ce27f1..de387c5400b3 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -702,7 +702,6 @@ static inline void *netdev_priv(const struct net_device *dev) | |||
702 | return dev->priv; | 702 | return dev->priv; |
703 | } | 703 | } |
704 | 704 | ||
705 | #define SET_MODULE_OWNER(dev) do { } while (0) | ||
706 | /* Set the sysfs physical device reference for the network logical device | 705 | /* Set the sysfs physical device reference for the network logical device |
707 | * if set prior to registration will cause a symlink during initialization. | 706 | * if set prior to registration will cause a symlink during initialization. |
708 | */ | 707 | */ |