public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mfd: Missing slab.h includes
@ 2010-08-05  5:57 David Miller
  2010-08-05 16:26 ` Samuel Ortiz
  0 siblings, 1 reply; 2+ messages in thread
From: David Miller @ 2010-08-05  5:57 UTC (permalink / raw)
  To: sameo; +Cc: linux-kernel


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>

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-05 16:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-05  5:57 [PATCH] mfd: Missing slab.h includes David Miller
2010-08-05 16:26 ` Samuel Ortiz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox