From: Andy Shevchenko <andriy.shevche...@linux.intel.com> Sent: Thursday, January 10, 2019 6:26 AM > > There are new types and helpers that are supposed to be used in new code. > > As a preparation to get rid of legacy types and API functions do > the conversion here. > > Cc: "K. Y. Srinivasan" <k...@microsoft.com> > Cc: Haiyang Zhang <haiya...@microsoft.com> > Cc: Stephen Hemminger <sthem...@microsoft.com> > Cc: de...@linuxdriverproject.org > Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> > --- > > v2: > - leave uapi untouched (Christoph, Haiyang) > - rebase on top of latest linux-next > > drivers/hv/channel.c | 4 +- > drivers/hv/channel_mgmt.c | 18 +++---- > drivers/hv/hyperv_vmbus.h | 4 +- > drivers/hv/vmbus_drv.c | 48 +++++++------------ > include/linux/hyperv.h | 98 +++++++++++++++++++-------------------- > 5 files changed, 79 insertions(+), 93 deletions(-)
Reviewed-by: Michael Kelley <mikel...@microsoft.com>