Skip to content

Commit

Permalink
Staging: hv: fix remaining style issue in ChannelInterface.h
Browse files Browse the repository at this point in the history
It snuck in with the other typedef cleanups, sorry about that.

Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed Sep 15, 2009
1 parent 2dd88b5 commit f3c7c96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/staging/hv/ChannelInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

void GetChannelInterface(struct vmbus_channel_interface *ChannelInterface);

void GetChannelInfo(struct hv_device *Device, struct hv_device_info *DeviceInfo);
void GetChannelInfo(struct hv_device *Device,
struct hv_device_info *DeviceInfo);

#endif /* _CHANNEL_INTERFACE_H_ */

0 comments on commit f3c7c96

Please sign in to comment.