From: Neil Horman Date: Wed, 23 Nov 2011 20:52:58 +0000 (-0500) Subject: netprio_cgroup: Fix build break X-Git-Tag: v3.3-rc1~182^2~503 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c2152286aabe753519d7627a2992625b97e4b20;p=pandora-kernel.git netprio_cgroup: Fix build break I broke the build with the addition of netprio_cgroups if CONFIG_CGROUPS=n. This patch corrects it by moving the offending struct into an ifdef CONFIG_CGROUPS block. Also clean up a few needless defines and inline functions that don't get called if CONFIG_CGROUPS isn't defined while Im at it. Signed-off-by: Neil Horman Signed-off-by: David S. Miller --- Reading git-diff-tree failed