aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/BlkVsc.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-07-14 18:08:20 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 15:01:46 -0400
commit5654e932262840f853233317689fc59536226d76 (patch)
treec527031d8e6060a3fe0da9d6daae8281b7173f49 /drivers/staging/hv/BlkVsc.c
parente20f683b6451a39619cd67e20d69597070aa8d17 (diff)
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/BlkVsc.c')
-rw-r--r--drivers/staging/hv/BlkVsc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/hv/BlkVsc.c b/drivers/staging/hv/BlkVsc.c
index be53e65b19e..dc38232725b 100644
--- a/drivers/staging/hv/BlkVsc.c
+++ b/drivers/staging/hv/BlkVsc.c
@@ -20,7 +20,7 @@
20 * 20 *
21 */ 21 */
22 22
23 23#include <linux/kernel.h>
24#include "StorVsc.c" 24#include "StorVsc.c"
25 25
26static const char* gBlkDriverName="blkvsc"; 26static const char* gBlkDriverName="blkvsc";