Suggested by akpm. I originally decided to put it closer to the use of the work struct, but let's move it to top.
Signed-off-by: Glauber Costa <glom...@parallels.com> CC: Michal Hocko <mho...@suse.cz> CC: Kamezawa Hiroyuki <kamezawa.hir...@jp.fujitsu.com> CC: Johannes Weiner <han...@cmpxchg.org> CC: Andrew Morton <a...@linux-foundation.org> --- include/linux/slab.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/slab.h b/include/linux/slab.h index 81ee767..18f8c98 100644 --- a/include/linux/slab.h +++ b/include/linux/slab.h @@ -11,6 +11,8 @@ #include <linux/gfp.h> #include <linux/types.h> +#include <linux/workqueue.h> + /* * Flags to pass to kmem_cache_create(). @@ -180,8 +182,6 @@ unsigned int kmem_cache_size(struct kmem_cache *); #ifndef ARCH_SLAB_MINALIGN #define ARCH_SLAB_MINALIGN __alignof__(unsigned long long) #endif - -#include <linux/workqueue.h> /* * This is the main placeholder for memcg-related information in kmem caches. * struct kmem_cache will hold a pointer to it, so the memory cost while -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/