Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[linux-drm-fsl-dcu.git] / include / linux / netdevice.h
index 81b26a543a3cda9a97a5d1d8b6d8837f622d0320..c20b814e46a072e83a821384154dd00534329350 100644 (file)
@@ -2127,7 +2127,7 @@ struct pcpu_sw_netstats {
 })
 
 #define netdev_alloc_pcpu_stats(type)                                  \
-       __netdev_alloc_pcpu_stats(type, GFP_KERNEL);
+       __netdev_alloc_pcpu_stats(type, GFP_KERNEL)
 
 enum netdev_lag_tx_type {
        NETDEV_LAG_TX_TYPE_UNKNOWN,