commit | 5654e932262840f853233317689fc59536226d76 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@suse.de> | Tue Jul 14 15:08:20 2009 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Sep 15 12:01:46 2009 -0700 |
tree | c527031d8e6060a3fe0da9d6daae8281b7173f49 | |
parent | e20f683b6451a39619cd67e20d69597070aa8d17 [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>