diff --git a/drivers/staging/hv/ChannelInterface.h b/drivers/staging/hv/ChannelInterface.h index e24f7365ede773a67f1d9f35489e4d74c17df2c4..684b4ca163a17db3f778837f024dbd5281b6a11d 100644 --- a/drivers/staging/hv/ChannelInterface.h +++ b/drivers/staging/hv/ChannelInterface.h @@ -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_ */