From: John Fastabend Date: Tue, 16 Sep 2014 06:30:26 +0000 (-0700) Subject: net: sched: fix unsued cpu variable X-Git-Tag: fixes-against-v3.18-rc2~81^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80aab73de4a076fc70ad5cc60395d935c40e605d;p=pandora-kernel.git net: sched: fix unsued cpu variable kbuild test robot reported an unused variable cpu in cls_u32.c after the patch below. This happens when PERF and MARK config variables are disabled Fix this is to use separate variables for perf and mark and define the cpu variable inside the ifdef logic. Fixes: 459d5f626da7 ("net: sched: make cls_u32 per cpu")' Signed-off-by: John Fastabend Acked-by: Cong Wang Signed-off-by: David S. Miller --- Reading git-diff-tree failed