diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2014-02-12 22:10:20 +0100 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2014-02-12 22:10:45 +0100 |
commit | a755180bab81c038a6989d7ab746c702f1b3ec03 (patch) | |
tree | 3ffdc6604f48f6d4f44bf1f64f6dbffcff0832ab /arch/sparc/kernel | |
parent | cgroup: remove cgroupfs_root->refcnt (diff) | |
download | linux-a755180bab81c038a6989d7ab746c702f1b3ec03.tar.xz linux-a755180bab81c038a6989d7ab746c702f1b3ec03.zip |
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: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'arch/sparc/kernel')
-rw-r--r-- | arch/sparc/kernel/sun4m_irq.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sparc/kernel/sun4m_irq.c b/arch/sparc/kernel/sun4m_irq.c index c5ade9d27a1d..8bb3b3fddea7 100644 --- a/arch/sparc/kernel/sun4m_irq.c +++ b/arch/sparc/kernel/sun4m_irq.c @@ -9,6 +9,8 @@ * Copyright (C) 1996 Dave Redman (djhr@tadpole.co.uk) */ +#include <linux/slab.h> + #include <asm/timer.h> #include <asm/traps.h> #include <asm/pgalloc.h> |