Skip to content

Commit

Permalink
sun4M: add include of slab.h for kzalloc
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
sfrothwell authored and htejun committed Feb 12, 2014
1 parent 776f02f commit a755180
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/sparc/kernel/sun4m_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a755180

Please sign in to comment.