]> Pileus Git - ~andy/linux/commitdiff
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 63f191dd031eff7fd54d8bfd4af7f6c698c914b8..b0e9071c8e52600b09af000b16c6047be84f5996 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 f6044937e33f1ea9d79b5827e37625844acda862..3b32f9e6e4f09a38f62afb07038286790e2d8f60 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 39c45240816a42a8143cf6351fca17c24cc1a2c5..5820605d18063339d17d58e75f2ad0b9e3f6fce1 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"