summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/StorVsc.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2009-07-15 20:06:01 +0200
committerGreg Kroah-Hartman2009-09-15 21:01:47 +0200
commit0ffa63b09bf99ce3ee879c7de1c687267a90d20b (patch)
tree6eb615f7bca4f0935833c55d6bdaea81ba4e1f66 /drivers/staging/hv/StorVsc.c
parentStaging: hv: remove MIN and MAX usages (diff)
downloadkernel-qcow2-linux-0ffa63b09bf99ce3ee879c7de1c687267a90d20b.tar.gz
kernel-qcow2-linux-0ffa63b09bf99ce3ee879c7de1c687267a90d20b.tar.xz
kernel-qcow2-linux-0ffa63b09bf99ce3ee879c7de1c687267a90d20b.zip
Staging: hv: remove PAGE_SIZE and PAGE_SHIFT and __builtin functions
The kernel provides all of this, and actually gets it correct, so don't try to redefine these types of things. Cc: Hank Janssen <hjanssen@microsoft.com> Cc: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/hv/StorVsc.c')
-rw-r--r--drivers/staging/hv/StorVsc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/hv/StorVsc.c b/drivers/staging/hv/StorVsc.c
index 9cbd0641594f..2d7f2ca6155a 100644
--- a/drivers/staging/hv/StorVsc.c
+++ b/drivers/staging/hv/StorVsc.c
@@ -24,6 +24,8 @@
#define KERNEL_2_6_27
#include <linux/kernel.h>
+#include <linux/string.h>
+#include <linux/mm.h>
#include "include/logging.h"
#include "include/StorVscApi.h"