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>
This commit is contained in:
Stephen Rothwell 2014-02-12 16:10:20 -05:00 committed by Tejun Heo
parent 776f02fa4e
commit a755180bab
1 changed files with 2 additions and 0 deletions

View 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>