RE: [PATCH v3 2/4] vmbus: use resource for hyperv mmio region

2014-02-24 Thread KY Srinivasan
asow...@redhat.com; > tomi.valkei...@ti.com; de...@linuxdriverproject.org; Gerd Hoffmann > Subject: [PATCH v3 2/4] vmbus: use resource for hyperv mmio region > > Use a resource for the hyperv mmio region instead of start/size variables. > Register the region properly so it shows up in /

[PATCH v3 2/4] vmbus: use resource for hyperv mmio region

2014-02-24 Thread Gerd Hoffmann
Use a resource for the hyperv mmio region instead of start/size variables. Register the region properly so it shows up in /proc/iomem. Signed-off-by: Gerd Hoffmann --- drivers/hv/vmbus_drv.c | 16 ++-- include/linux/hyperv.h | 3 +-- 2 files changed, 11 insertions(+), 8 deletions(-