sun4M: add include of slab.h for kzalloc
authorStephen Rothwell <sfr@canb.auug.org.au>
Wed, 12 Feb 2014 21:10:20 +0000 (16:10 -0500)
committerTejun Heo <tj@kernel.org>
Wed, 12 Feb 2014 21:10:45 +0000 (16:10 -0500)
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>
arch/sparc/kernel/sun4m_irq.c

index c5ade9d..8bb3b3f 100644 (file)
@@ -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>