linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND] arcmsr_hba: Missing slab.h include
@ 2010-08-17  4:20 David Miller
  0 siblings, 0 replies; only message in thread
From: David Miller @ 2010-08-17  4:20 UTC (permalink / raw)
  To: torvalds; +Cc: linux-scsi, linux-kernel


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

Linus please merge this directly, I think giving 2 weeks for a
maintainer to pick up a trivial build fix like this is sufficient.

diff --git a/drivers/scsi/arcmsr/arcmsr_hba.c b/drivers/scsi/arcmsr/arcmsr_hba.c
index 95a895d..c8dc392 100644
--- a/drivers/scsi/arcmsr/arcmsr_hba.c
+++ b/drivers/scsi/arcmsr/arcmsr_hba.c
@@ -56,6 +56,7 @@
 #include <linux/delay.h>
 #include <linux/dma-mapping.h>
 #include <linux/timer.h>
+#include <linux/slab.h>
 #include <linux/pci.h>
 #include <linux/aer.h>
 #include <asm/dma.h>

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

only message in thread, other threads:[~2010-08-17  4:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-17  4:20 [PATCH RESEND] arcmsr_hba: Missing slab.h include David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).