diff --git a/drivers/staging/hv/Connection.c b/drivers/staging/hv/Connection.c index d017c2725d52..a2888cb46709 100644 --- a/drivers/staging/hv/Connection.c +++ b/drivers/staging/hv/Connection.c @@ -45,8 +45,7 @@ struct VMBUS_CONNECTION gVmbusConnection = { --*/ static int -VmbusConnect( - ) +VmbusConnect(void) { int ret=0; VMBUS_CHANNEL_MSGINFO *msgInfo=NULL; diff --git a/drivers/staging/hv/Hv.c b/drivers/staging/hv/Hv.c index c19c527f7058..ef328d0d3821 100644 --- a/drivers/staging/hv/Hv.c +++ b/drivers/staging/hv/Hv.c @@ -445,8 +445,7 @@ HvPostMessage( --*/ static HV_STATUS -HvSignalEvent( - ) +HvSignalEvent(void) { HV_STATUS status;