Commit a755180b authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Tejun Heo

sun4M: add include of slab.h for kzalloc

This was being included implicitly via cgroup.h's inclusion of xattr.h
(which has now been removed).
Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Acked-by: default avatarSam Ravnborg <sam@ravnborg.org>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 776f02fa
...@@ -9,6 +9,8 @@ ...@@ -9,6 +9,8 @@
* Copyright (C) 1996 Dave Redman (djhr@tadpole.co.uk) * Copyright (C) 1996 Dave Redman (djhr@tadpole.co.uk)
*/ */
#include <linux/slab.h>
#include <asm/timer.h> #include <asm/timer.h>
#include <asm/traps.h> #include <asm/traps.h>
#include <asm/pgalloc.h> #include <asm/pgalloc.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment