From: Paul Gortmaker Date: Thu, 26 May 2011 19:58:15 +0000 (-0400) Subject: device_cgroup.h: delete needless include X-Git-Tag: v3.2-rc1~22^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8a24454869a6f8e9d7968f88f78830f285089433;p=profile%2Fivi%2Fkernel-x86-ivi.git device_cgroup.h: delete needless include There is nothing modular in this file, and no reason to drag in all the extra headers that module.h brings with it, since it just slows down compiles. Signed-off-by: Paul Gortmaker --- diff --git a/include/linux/device_cgroup.h b/include/linux/device_cgroup.h index 7aad1f4..8b64221 100644 --- a/include/linux/device_cgroup.h +++ b/include/linux/device_cgroup.h @@ -1,4 +1,3 @@ -#include #include #ifdef CONFIG_CGROUP_DEVICE