[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5550F74B.6030301@iogearbox.net>
Date: Mon, 11 May 2015 20:39:07 +0200
From: Daniel Borkmann <daniel@...earbox.net>
To: Alexander Duyck <alexander.h.duyck@...hat.com>,
netdev@...r.kernel.org
CC: davem@...emloft.net
Subject: Re: [net-next PATCH] net: Fix ifdef typo in net_device definition
On 05/11/2015 08:31 PM, Alexander Duyck wrote:
> While trying to build for some performance testing I received the error
> message below multiple times:
>
> include/linux/netdevice.h:1658:5: warning: "CONFIG_NET_CLS_ACT" is not defined [-Wundef]
> #if CONFIG_NET_CLS_ACT
>
> It looks like this was just a typo and should have been "#ifdef" instead of
> "#if".
>
> Fixes: d2788d34885d4 ("net: sched: further simplify handle_ing")
> Signed-off-by: Alexander Duyck <alexander.h.duyck@...hat.com>
It's already here, sorry for that:
https://git.kernel.org/cgit/linux/kernel/git/davem/net-next.git/commit/?id=4cda01e86f68dacc758b2daf6e8809f2ce915b85
Best,
Daniel
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists