From: Li Zefan Date: Sun, 28 Dec 2008 17:57:25 +0000 (+0000) Subject: cls_cgroup: clean up Kconfig X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=68ce9c0e3411b430b9800015e318af9f96933aa0;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git cls_cgroup: clean up Kconfig cls_cgroup can't be compiled as a module, since it's not supported by cgroup. Signed-off-by: Li Zefan Signed-off-by: David S. Miller --- diff --git a/net/sched/Kconfig b/net/sched/Kconfig index 4f7ef0db302b..929218a47620 100644 --- a/net/sched/Kconfig +++ b/net/sched/Kconfig @@ -335,9 +335,6 @@ config NET_CLS_CGROUP Say Y here if you want to classify packets based on the control cgroup of their process. - To compile this code as a module, choose M here: the - module will be called cls_cgroup. - config NET_EMATCH bool "Extended Matches" select NET_CLS