diff options
Diffstat (limited to '')
-rw-r--r-- | kernel/cgroup/cpuset-internal.h | 7 | ||||
-rw-r--r-- | kernel/cgroup/cpuset.c | 1 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kernel/cgroup/cpuset-internal.h b/kernel/cgroup/cpuset-internal.h index 8c113d46ddd3..976a8bc3ff60 100644 --- a/kernel/cgroup/cpuset-internal.h +++ b/kernel/cgroup/cpuset-internal.h @@ -3,11 +3,12 @@ #ifndef __CPUSET_INTERNAL_H #define __CPUSET_INTERNAL_H -#include <linux/union_find.h> +#include <linux/cgroup.h> +#include <linux/cpu.h> #include <linux/cpumask.h> -#include <linux/spinlock.h> #include <linux/cpuset.h> -#include <linux/cgroup.h> +#include <linux/spinlock.h> +#include <linux/union_find.h> /* See "Frequency meter" comments, below. */ diff --git a/kernel/cgroup/cpuset.c b/kernel/cgroup/cpuset.c index 13016ad284a1..a4dd285cdf39 100644 --- a/kernel/cgroup/cpuset.c +++ b/kernel/cgroup/cpuset.c @@ -24,7 +24,6 @@ #include "cgroup-internal.h" #include "cpuset-internal.h" -#include <linux/cpu.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/kernel.h> |