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

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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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>