summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/VmbusPrivate.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-07-14 22:09:36 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 19:01:46 (GMT)
commit4d64311468a90d4ab1e83c62d63b27da598b73ea (patch)
tree958df2af78911f7f6d66040f7fbcd965a1cbd4b6 /drivers/staging/hv/VmbusPrivate.h
parent5cd508bc3ac032343e6853cd5712ac392942fb2c (diff)
downloadlinux-fsl-qoriq-4d64311468a90d4ab1e83c62d63b27da598b73ea.tar.xz
Staging: hv: remove UINT32 and INT32 typedefs
The UINT32 and INT32 typedefs are now removed from the Hyper-V driver code. 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/VmbusPrivate.h')
-rw-r--r--drivers/staging/hv/VmbusPrivate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/hv/VmbusPrivate.h b/drivers/staging/hv/VmbusPrivate.h
index 1e54b24..383ab32 100644
--- a/drivers/staging/hv/VmbusPrivate.h
+++ b/drivers/staging/hv/VmbusPrivate.h
@@ -64,7 +64,7 @@ typedef struct _VMBUS_CONNECTION {
VMBUS_CONNECT_STATE ConnectState;
- UINT32 NextGpadlHandle;
+ u32 NextGpadlHandle;
// Represents channel interrupts. Each bit position
// represents a channel.
@@ -130,7 +130,7 @@ VmbusChildDeviceRemove(
static VMBUS_CHANNEL*
GetChannelFromRelId(
- UINT32 relId
+ u32 relId
);
//
@@ -154,7 +154,7 @@ VmbusPostMessage(
static int
VmbusSetEvent(
- UINT32 childRelId
+ u32 childRelId
);
static void