aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Rothwell <[email protected]>2014-02-12 16:10:20 -0500
committerTejun Heo <[email protected]>2014-02-12 16:10:45 -0500
commita755180bab81c038a6989d7ab746c702f1b3ec03 (patch)
tree3ffdc6604f48f6d4f44bf1f64f6dbffcff0832ab
parent776f02fa4e1ad70557c0318c70ce928e0642bee0 (diff)
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 <[email protected]> Acked-by: Sam Ravnborg <[email protected]> Signed-off-by: Tejun Heo <[email protected]>
-rw-r--r--arch/sparc/kernel/sun4m_irq.c2
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 ([email protected])
*/
+#include <linux/slab.h>
+
#include <asm/timer.h>
#include <asm/traps.h>
#include <asm/pgalloc.h>