diff --git a/net/procfs/net_statistics.c b/net/procfs/net_statistics.c index b7cb654207310..b4956d40c1467 100644 --- a/net/procfs/net_statistics.c +++ b/net/procfs/net_statistics.c @@ -40,7 +40,8 @@ #if defined(CONFIG_NET_IPv4) || defined(CONFIG_NET_IPv6) || \ defined(CONFIG_NET_TCP) || defined(CONFIG_NET_UDP) || \ - defined(CONFIG_NET_ICMP) || defined(CONFIG_NET_ICMPv6) || defined(CONFIG_NET_CAN) + defined(CONFIG_NET_ICMP) || defined(CONFIG_NET_ICMPv6) || \ + defined(CONFIG_NET_CAN) /**************************************************************************** * Private Function Prototypes