From a101318f91bc98d9d43ee5109d9158cbf5073869 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 17 Aug 2009 17:22:08 -0700 Subject: [PATCH] --- yaml --- r: 162195 b: refs/heads/master c: e89ce628ba255537c69c6a90a20a8bb08939c963 h: refs/heads/master i: 162193: ffc1bf50b5c802433f5cde400916ce8a5edd87e5 162191: c1ccb5e6e9a39db98e752cd35960c6162d347ab0 v: v3 --- [refs] | 2 +- trunk/drivers/staging/hv/ChannelInterface.c | 11 ++--------- trunk/drivers/staging/hv/ChannelInterface.h | 11 ++--------- 3 files changed, 5 insertions(+), 19 deletions(-) diff --git a/[refs] b/[refs] index ca87968b9999..d7db373ecb3e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d41024f70fa25acfa039b53720a73ff1b15098d2 +refs/heads/master: e89ce628ba255537c69c6a90a20a8bb08939c963 diff --git a/trunk/drivers/staging/hv/ChannelInterface.c b/trunk/drivers/staging/hv/ChannelInterface.c index 2a58015f713d..6a30691343a3 100644 --- a/trunk/drivers/staging/hv/ChannelInterface.c +++ b/trunk/drivers/staging/hv/ChannelInterface.c @@ -162,10 +162,7 @@ IVmbusChannelTeardownGpadl( } -static void -GetChannelInterface( - VMBUS_CHANNEL_INTERFACE *ChannelInterface - ) +void GetChannelInterface(VMBUS_CHANNEL_INTERFACE *ChannelInterface) { ChannelInterface->Open = IVmbusChannelOpen; ChannelInterface->Close = IVmbusChannelClose; @@ -180,11 +177,7 @@ GetChannelInterface( } -static void -GetChannelInfo( - struct hv_device *Device, - DEVICE_INFO *DeviceInfo - ) +void GetChannelInfo(struct hv_device *Device, DEVICE_INFO *DeviceInfo) { VMBUS_CHANNEL_DEBUG_INFO debugInfo; diff --git a/trunk/drivers/staging/hv/ChannelInterface.h b/trunk/drivers/staging/hv/ChannelInterface.h index 338591474699..49a7c7d1c1c9 100644 --- a/trunk/drivers/staging/hv/ChannelInterface.h +++ b/trunk/drivers/staging/hv/ChannelInterface.h @@ -27,15 +27,8 @@ #include "include/VmbusApi.h" -static void -GetChannelInterface( - VMBUS_CHANNEL_INTERFACE *ChannelInterface - ); +void GetChannelInterface(VMBUS_CHANNEL_INTERFACE *ChannelInterface); -static void -GetChannelInfo( - struct hv_device *Device, - DEVICE_INFO *DeviceInfo - ); +void GetChannelInfo(struct hv_device *Device, DEVICE_INFO *DeviceInfo); #endif /* _CHANNEL_INTERFACE_H_ */