From: Daniel Wagner Date: Wed, 12 Sep 2012 14:12:01 +0000 (+0200) Subject: cgroup: net_cls: Move sock_update_classid() declaration to cls_cgroup.h X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~51^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3419807716be503c06f399b2bcbc68823be3a78;p=pandora-kernel.git cgroup: net_cls: Move sock_update_classid() declaration to cls_cgroup.h The only user of sock_update_classid() is net/socket.c which happens to include cls_cgroup.h directly. tj: Fix build breakage due to missing cls_cgroup.h inclusion in drivers/net/tun.c reported in linux-next by Stephen. Signed-off-by: Daniel Wagner Signed-off-by: Tejun Heo Acked-by: Li Zefan Acked-by: Neil Horman Reported-by: Stephen Rothwell Cc: Gao feng Cc: Jamal Hadi Salim Cc: John Fastabend Cc: netdev@vger.kernel.org Cc: cgroups@vger.kernel.org --- Reading git-diff-tree failed