staging: rts5139: add vmalloc.h to some files to fix the build.
authorGreg Kroah-Hartman <gregkh@suse.de>
Wed, 24 Aug 2011 21:19:17 +0000 (14:19 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 24 Aug 2011 21:19:17 +0000 (14:19 -0700)
This is needed to fix the build on alpha and ppc at the least.

Reported-by: Andrew Morton <akpm@linux-foundation.org>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: edwin_rong <edwin_rong@realsil.com.cn>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/rts5139/ms.c
drivers/staging/rts5139/rts51x_scsi.c
drivers/staging/rts5139/xd.c

index 63f191d..b0e9071 100644 (file)
@@ -27,6 +27,7 @@
 #include <linux/kthread.h>
 #include <linux/sched.h>
 #include <linux/slab.h>
+#include <linux/vmalloc.h>
 
 #include "debug.h"
 #include "trace.h"
index f604493..3b32f9e 100644 (file)
@@ -27,6 +27,7 @@
 #include <linux/kthread.h>
 #include <linux/sched.h>
 #include <linux/slab.h>
+#include <linux/vmalloc.h>
 
 #include <scsi/scsi.h>
 #include <scsi/scsi_eh.h>
index 39c4524..5820605 100644 (file)
@@ -26,6 +26,7 @@
 #include <linux/blkdev.h>
 #include <linux/kthread.h>
 #include <linux/sched.h>
+#include <linux/vmalloc.h>
 
 #include "debug.h"
 #include "trace.h"