[PATCH] mfd: Missing slab.h includes

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: David Miller
Date: Wednesday, August 4, 2010 - 10:57 pm

Signed-off-by: David S. Miller <davem@davemloft.net>
---

I'm getting build failures with Linus's current tree without
these.  Apologies if this is already fixed and just queued up
in a GIT tree somewhere.

diff --git a/drivers/mfd/janz-cmodio.c b/drivers/mfd/janz-cmodio.c
index 9ed6307..36a166b 100644
--- a/drivers/mfd/janz-cmodio.c
+++ b/drivers/mfd/janz-cmodio.c
@@ -18,6 +18,7 @@
 #include <linux/interrupt.h>
 #include <linux/delay.h>
 #include <linux/platform_device.h>
+#include <linux/slab.h>
 #include <linux/mfd/core.h>
 
 #include <linux/mfd/janz.h>
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] mfd: Missing slab.h includes, David Miller, (Wed Aug 4, 10:57 pm)
Re: [PATCH] mfd: Missing slab.h includes, Samuel Ortiz, (Thu Aug 5, 9:26 am)