diff options
author | David Ahern <dsahern@gmail.com> | 2018-02-13 08:52:00 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-02-14 11:55:33 -0500 |
commit | 330c7272c40e965b8ab510d1022acd6e6a32e9c8 (patch) | |
tree | 6211e42268502741d1ed46fdb23febb2842286cb /include/linux/netdevice.h | |
parent | 77079683617b60387ad23e91cc5b82693b3075ab (diff) | |
download | linux-rt-330c7272c40e965b8ab510d1022acd6e6a32e9c8.tar.gz |
net: Make dn_ptr depend on CONFIG_DECNET
Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 5eef6c8e2741..d2ef35e00626 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -1800,7 +1800,9 @@ struct net_device { #endif void *atalk_ptr; struct in_device __rcu *ip_ptr; +#if IS_ENABLED(CONFIG_DECNET) struct dn_dev __rcu *dn_ptr; +#endif struct inet6_dev __rcu *ip6_ptr; void *ax25_ptr; struct wireless_dev *ieee80211_ptr; |