aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2018-04-30 14:20:05 -0700
committerDavid S. Miller <davem@davemloft.net>2018-05-01 14:24:19 -0400
commite283de3a4fa885aed11525129fd4570f92c1d1a9 (patch)
tree2cecb041bc6c9acd32ab5a4bb2c508971a137b1c /include/linux/netdevice.h
parentudp: disable gso with no_check_tx (diff)
downloadlinux-dev-e283de3a4fa885aed11525129fd4570f92c1d1a9.tar.xz
linux-dev-e283de3a4fa885aed11525129fd4570f92c1d1a9.zip
net: core: Inline netdev_features_size_check()
We do not require this inline function to be used in multiple different locations, just inline it where it gets used in register_netdevice(). Suggested-by: David Miller <davem@davemloft.net> Suggested-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r--include/linux/netdevice.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index a569bf5524fa..46dcb5f7522f 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -4132,12 +4132,6 @@ const char *netdev_drivername(const struct net_device *dev);
void linkwatch_run_queue(void);
-static inline void netdev_features_size_check(void)
-{
- BUILD_BUG_ON(sizeof(netdev_features_t) * BITS_PER_BYTE <
- NETDEV_FEATURE_COUNT);
-}
-
static inline netdev_features_t netdev_intersect_features(netdev_features_t f1,
netdev_features_t f2)
{