projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
776f02f
)
sun4M: add include of slab.h for kzalloc
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Wed, 12 Feb 2014 21:10:20 +0000
(16:10 -0500)
committer
Tejun 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/sparc/kernel/sun4m_irq.c
b/arch/sparc/kernel/sun4m_irq.c
index c5ade9d27a1d81d054624612c1f960d82ec5e134..8bb3b3fddea71dfe73cfee142b371c8d7e531660 100644
(file)
--- a/
arch/sparc/kernel/sun4m_irq.c
+++ b/
arch/sparc/kernel/sun4m_irq.c
@@
-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>