aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rts_pstor/rtsx_chip.c
diff options
context:
space:
mode:
authorJeff Mahoney <jeffm@suse.com>2011-04-12 21:05:07 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2011-04-25 17:08:30 -0700
commitc6cdaded146875e2e47e946f6592c1775eaee849 (patch)
tree961e100407a6784476de8aa71815b79843cbe5fd /drivers/staging/rts_pstor/rtsx_chip.c
parent4f80494daa1f9705c3717a02e7d713ea2f874bd0 (diff)
downloadkernel_samsung_smdk4412-c6cdaded146875e2e47e946f6592c1775eaee849.zip
kernel_samsung_smdk4412-c6cdaded146875e2e47e946f6592c1775eaee849.tar.gz
kernel_samsung_smdk4412-c6cdaded146875e2e47e946f6592c1775eaee849.tar.bz2
staging: rts_pstor: Add <linux/vmalloc.h>
There are a few files in the rts_pstor driver that use vmalloc/vfree without including the header for it. This patch adds <linux/vmalloc.h> to those files. Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/rts_pstor/rtsx_chip.c')
-rw-r--r--drivers/staging/rts_pstor/rtsx_chip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/rts_pstor/rtsx_chip.c b/drivers/staging/rts_pstor/rtsx_chip.c
index d2f1c71..755be43 100644
--- a/drivers/staging/rts_pstor/rtsx_chip.c
+++ b/drivers/staging/rts_pstor/rtsx_chip.c
@@ -24,6 +24,7 @@
#include <linux/kthread.h>
#include <linux/sched.h>
#include <linux/workqueue.h>
+#include <linux/vmalloc.h>
#include "rtsx.h"
#include "rtsx_transport.h"