From 5654e932262840f853233317689fc59536226d76 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Tue, 14 Jul 2009 15:08:20 -0700 Subject: Staging: hv: remove UINT8 and INT8 typedefs The UINT8 and INT8 typedefs are now removed from the Hyper-V driver code. Had to include in a few places to get the build to work properly as well. Cc: Hank Janssen Cc: Haiyang Zhang Signed-off-by: Greg Kroah-Hartman --- drivers/staging/hv/Vmbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/staging/hv/Vmbus.c') diff --git a/drivers/staging/hv/Vmbus.c b/drivers/staging/hv/Vmbus.c index ace782471acf..8bfec126e0a5 100644 --- a/drivers/staging/hv/Vmbus.c +++ b/drivers/staging/hv/Vmbus.c @@ -21,7 +21,7 @@ * */ - +#include #include "include/logging.h" #include "VersionInfo.h" #include "VmbusPrivate.h" -- cgit v1.2.3