From 223c1aa632dbad672ad9b907e5d5e8f385417945 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Fri, 28 Aug 2009 16:20:53 -0700 Subject: Staging: hv: fix typedefs in nvspprotocol.h It's all clean now. Cc: Hank Janssen Signed-off-by: Greg Kroah-Hartman --- drivers/staging/hv/NetVsc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'drivers/staging/hv/NetVsc.h') diff --git a/drivers/staging/hv/NetVsc.h b/drivers/staging/hv/NetVsc.h index ba81452a8b27..59d77542f472 100644 --- a/drivers/staging/hv/NetVsc.h +++ b/drivers/staging/hv/NetVsc.h @@ -72,13 +72,13 @@ struct NETVSC_DEVICE { u32 ReceiveBufferSize; u32 ReceiveBufferGpadlHandle; u32 ReceiveSectionCount; - PNVSP_1_RECEIVE_BUFFER_SECTION ReceiveSections; + struct nvsp_1_receive_buffer_section *ReceiveSections; /* Used for NetVSP initialization protocol */ struct osd_waitevent *ChannelInitEvent; - NVSP_MESSAGE ChannelInitPacket; + struct nvsp_message ChannelInitPacket; - NVSP_MESSAGE RevokePacket; + struct nvsp_message RevokePacket; /* unsigned char HwMacAddr[HW_MACADDR_LEN]; */ /* Holds rndis device info */ -- cgit v1.2.3-59-g8ed1b