summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rts5139/xd.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2011-08-24 23:19:17 +0200
committerGreg Kroah-Hartman2011-08-24 23:19:17 +0200
commiteae5bcc278655182a1469d2702c0bfdf09ba6f94 (patch)
tree28a171d42f1b4b21c2cbab6917ee79442b383ef5 /drivers/staging/rts5139/xd.c
parentMerge git://git.kernel.org/pub/scm/linux/kernel/git/lwfinger/r8192E into stag... (diff)
downloadkernel-qcow2-linux-eae5bcc278655182a1469d2702c0bfdf09ba6f94.tar.gz
kernel-qcow2-linux-eae5bcc278655182a1469d2702c0bfdf09ba6f94.tar.xz
kernel-qcow2-linux-eae5bcc278655182a1469d2702c0bfdf09ba6f94.zip
staging: rts5139: add vmalloc.h to some files to fix the build.
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>
Diffstat (limited to 'drivers/staging/rts5139/xd.c')
-rw-r--r--drivers/staging/rts5139/xd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/rts5139/xd.c b/drivers/staging/rts5139/xd.c
index 39c45240816a..5820605d1806 100644
--- a/drivers/staging/rts5139/xd.c
+++ b/drivers/staging/rts5139/xd.c
@@ -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"