diff --git a/[refs] b/[refs] index 747ba268a337..58bbfa297ce2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6423133bdee0e07d1c2f8411cb3fe676c207ba33 +refs/heads/master: 6952b61de9984073289859073e8195ad0bee8fd5 diff --git a/trunk/include/linux/delayacct.h b/trunk/include/linux/delayacct.h index f352f06fa063..5076fe0c8a96 100644 --- a/trunk/include/linux/delayacct.h +++ b/trunk/include/linux/delayacct.h @@ -18,7 +18,6 @@ #define _LINUX_DELAYACCT_H #include -#include /* * Per-task flags relevant to delay accounting diff --git a/trunk/include/linux/taskstats_kern.h b/trunk/include/linux/taskstats_kern.h index 7e9680f4afdd..3398f4553269 100644 --- a/trunk/include/linux/taskstats_kern.h +++ b/trunk/include/linux/taskstats_kern.h @@ -9,7 +9,6 @@ #include #include -#include #ifdef CONFIG_TASKSTATS extern struct kmem_cache *taskstats_cache; diff --git a/trunk/kernel/delayacct.c b/trunk/kernel/delayacct.c index abb6e17505e2..ead9b610aa71 100644 --- a/trunk/kernel/delayacct.c +++ b/trunk/kernel/delayacct.c @@ -15,6 +15,7 @@ #include #include +#include #include #include #include diff --git a/trunk/mm/memory.c b/trunk/mm/memory.c index aede2ce3aba4..e8f63d9961ea 100644 --- a/trunk/mm/memory.c +++ b/trunk/mm/memory.c @@ -56,6 +56,7 @@ #include #include +#include #include #include #include