From: Greg Kroah-Hartman Date: Wed, 24 Aug 2011 21:19:17 +0000 (-0700) Subject: staging: rts5139: add vmalloc.h to some files to fix the build. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=eae5bcc278655182a1469d2702c0bfdf09ba6f94;p=deliverable%2Flinux.git 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 Reported-by: Stephen Rothwell Cc: edwin_rong Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rts5139/ms.c b/drivers/staging/rts5139/ms.c index 63f191dd031e..b0e9071c8e52 100644 --- a/drivers/staging/rts5139/ms.c +++ b/drivers/staging/rts5139/ms.c @@ -27,6 +27,7 @@ #include #include #include +#include #include "debug.h" #include "trace.h" diff --git a/drivers/staging/rts5139/rts51x_scsi.c b/drivers/staging/rts5139/rts51x_scsi.c index f6044937e33f..3b32f9e6e4f0 100644 --- a/drivers/staging/rts5139/rts51x_scsi.c +++ b/drivers/staging/rts5139/rts51x_scsi.c @@ -27,6 +27,7 @@ #include #include #include +#include #include #include 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 #include #include +#include #include "debug.h" #include "trace.h"