From: Olaf Hering Date: Fri, 6 Nov 2020 18:39:41 +0000 (+0100) Subject: video: hyperv_fb: include vmalloc.h X-Git-Tag: howlett/maple_spf/20210104~571^2~2^2~2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=34a280831384d7e58327ff0e82e18db8e788107c;p=users%2Fjedix%2Flinux-maple.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 e36fb1a0ecdb..5bc86f481a78 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