summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/StorVsc.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2009-07-15 00:08:20 +0200
committerGreg Kroah-Hartman2009-09-15 21:01:46 +0200
commit5654e932262840f853233317689fc59536226d76 (patch)
treec527031d8e6060a3fe0da9d6daae8281b7173f49 /drivers/staging/hv/StorVsc.c
parentStaging: hv: remove VOID typedef (diff)
downloadkernel-qcow2-linux-5654e932262840f853233317689fc59536226d76.tar.gz
kernel-qcow2-linux-5654e932262840f853233317689fc59536226d76.tar.xz
kernel-qcow2-linux-5654e932262840f853233317689fc59536226d76.zip
Staging: hv: remove UINT8 and INT8 typedefs
The UINT8 and INT8 typedefs are now removed from the Hyper-V driver code. Had to include <linux/kernel.h> in a few places to get the build to work properly as well. 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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/hv/StorVsc.c b/drivers/staging/hv/StorVsc.c
index d71fab2bfb30..7750d3224e7a 100644
--- a/drivers/staging/hv/StorVsc.c
+++ b/drivers/staging/hv/StorVsc.c
@@ -23,6 +23,7 @@
#define KERNEL_2_6_27
+#include <linux/kernel.h>
#include "include/logging.h"
#include "include/StorVscApi.h"