All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: LPC32XX: pm.c - added needed include for slab.h
@ 2010-04-07 22:21 wellsk40 at gmail.com
  0 siblings, 0 replies; only message in thread
From: wellsk40 at gmail.com @ 2010-04-07 22:21 UTC (permalink / raw)
  To: linux-arm-kernel

From: Kevin Wells <wellsk40@gmail.com>

Added slab.h include recently needed for kmalloc/kfree
See commit 5a0e3ad6af8660be21ca98a971cd00f331318c05
---
 arch/arm/mach-lpc32xx/pm.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-lpc32xx/pm.c b/arch/arm/mach-lpc32xx/pm.c
index d792e2e..a6e2aed 100644
--- a/arch/arm/mach-lpc32xx/pm.c
+++ b/arch/arm/mach-lpc32xx/pm.c
@@ -66,6 +66,7 @@
 
 #include <linux/suspend.h>
 #include <linux/io.h>
+#include <linux/slab.h>
 
 #include <asm/cacheflush.h>
 
-- 
1.6.6.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-07 22:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-07 22:21 [PATCH] ARM: LPC32XX: pm.c - added needed include for slab.h wellsk40 at gmail.com

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.