summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/channel_mgmt.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2010-07-27 11:37:32 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2010-07-27 11:37:32 -0700
commit80682b7a4821b9e4f05bcc2ec855aaafcef33234 (patch)
tree4d43a6636a41e8e9ad2479f8fa5896a88b312795 /drivers/staging/hv/channel_mgmt.h
parent3924865f7def7c1b46c0e47f058eb8173c72a16d (diff)
downloadop-kernel-dev-80682b7a4821b9e4f05bcc2ec855aaafcef33234.zip
op-kernel-dev-80682b7a4821b9e4f05bcc2ec855aaafcef33234.tar.gz
Staging: hv: remove RING_BUFFER_DEBUG_INFO typedef
typedefs are bad, kill them. 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/channel_mgmt.h')
-rw-r--r--drivers/staging/hv/channel_mgmt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/hv/channel_mgmt.h b/drivers/staging/hv/channel_mgmt.h
index 5908b81..cf7f1d2 100644
--- a/drivers/staging/hv/channel_mgmt.h
+++ b/drivers/staging/hv/channel_mgmt.h
@@ -272,8 +272,8 @@ struct vmbus_channel_debug_info {
u32 ClientMonitorLatency;
u32 ClientMonitorConnectionId;
- RING_BUFFER_DEBUG_INFO Inbound;
- RING_BUFFER_DEBUG_INFO Outbound;
+ struct hv_ring_buffer_debug_info Inbound;
+ struct hv_ring_buffer_debug_info Outbound;
};
/*
OpenPOWER on IntegriCloud