From 3c535fb1ed7c3b021b3ff00a176f151a435ee74d Mon Sep 17 00:00:00 2001 From: Haiyang Zhang Date: Wed, 27 Mar 2013 10:24:07 +1100 Subject: [PATCH] video: fix a type warning in hyperv_fb.c Reported-by: kbuild test robot Signed-off-by: Haiyang Zhang Reviewed-by: K. Y. Srinivasan Signed-off-by: Andrew Morton --- drivers/video/hyperv_fb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/hyperv_fb.c b/drivers/video/hyperv_fb.c index ceb33b0bbb98..d4d2c5fe2488 100644 --- a/drivers/video/hyperv_fb.c +++ b/drivers/video/hyperv_fb.c @@ -624,7 +624,7 @@ static int hvfb_getmem(struct fb_info *info) { struct pci_dev *pdev; ulong fb_phys; - void *fb_virt; + void __iomem *fb_virt; pdev = pci_get_device(PCI_VENDOR_ID_MICROSOFT, PCI_DEVICE_ID_HYPERV_VIDEO, NULL); -- 2.39.5