Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162195
b: refs/heads/master
c: e89ce62
h: refs/heads/master
i:
  162193: ffc1bf5
  162191: c1ccb5e
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Sep 15, 2009
1 parent b2d6920 commit a101318
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 19 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d41024f70fa25acfa039b53720a73ff1b15098d2
refs/heads/master: e89ce628ba255537c69c6a90a20a8bb08939c963
11 changes: 2 additions & 9 deletions trunk/drivers/staging/hv/ChannelInterface.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,7 @@ IVmbusChannelTeardownGpadl(

}

static void
GetChannelInterface(
VMBUS_CHANNEL_INTERFACE *ChannelInterface
)
void GetChannelInterface(VMBUS_CHANNEL_INTERFACE *ChannelInterface)
{
ChannelInterface->Open = IVmbusChannelOpen;
ChannelInterface->Close = IVmbusChannelClose;
Expand All @@ -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;

Expand Down
11 changes: 2 additions & 9 deletions trunk/drivers/staging/hv/ChannelInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_ */

0 comments on commit a101318

Please sign in to comment.