From: Olaf Hering Date: Fri, 6 Nov 2020 18:39:41 +0000 (+0100) Subject: video: hyperv_fb: include vmalloc.h X-Git-Tag: v5.10-rc4~25^2~2^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=34a280831384d7e58327ff0e82e18db8e788107c;p=thirdparty%2Fkernel%2Flinux.git video: hyperv_fb: include vmalloc.h hvfb_getmem uses vzalloc, therefore vmalloc.h should be included. Fixes commit d21987d709e807ba7bbf47044deb56a3c02e8be4 ("video: hyperv: hyperv_fb: Support deferred IO for Hyper-V frame buffer driver") Signed-off-by: Olaf Hering Signed-off-by: Sam Ravnborg Link: https://patchwork.freedesktop.org/patch/msgid/20201106183941.9751-1-olaf@aepfle.de --- diff --git a/drivers/video/fbdev/hyperv_fb.c b/drivers/video/fbdev/hyperv_fb.c index e36fb1a0ecdbd..5bc86f481a78e 100644 --- a/drivers/video/fbdev/hyperv_fb.c +++ b/drivers/video/fbdev/hyperv_fb.c @@ -47,6 +47,7 @@ #include #include +#include #include #include #include