From 662e66b0e4f91f08e0d57e30b0bd83421e04bf79 Mon Sep 17 00:00:00 2001 From: Bill Pemberton Date: Mon, 27 Jul 2009 16:47:42 -0400 Subject: Staging: hv: remove VMBUS_CONNECTION typedef Signed-off-by: Bill Pemberton Cc: Hank Janssen Signed-off-by: Greg Kroah-Hartman --- drivers/staging/hv/Connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/staging/hv/Connection.c') diff --git a/drivers/staging/hv/Connection.c b/drivers/staging/hv/Connection.c index 68f3a07..7b480f0 100644 --- a/drivers/staging/hv/Connection.c +++ b/drivers/staging/hv/Connection.c @@ -29,7 +29,7 @@ /* Globals */ -VMBUS_CONNECTION gVmbusConnection = { +struct VMBUS_CONNECTION gVmbusConnection = { .ConnectState = Disconnected, .NextGpadlHandle = 0xE1E10, }; -- cgit v1.1