Skip to content

Commit 34a2808

Browse files
olafheringsravnborg
authored andcommitted
video: hyperv_fb: include vmalloc.h
hvfb_getmem uses vzalloc, therefore vmalloc.h should be included. Fixes commit d21987d ("video: hyperv: hyperv_fb: Support deferred IO for Hyper-V frame buffer driver") Signed-off-by: Olaf Hering <olaf@aepfle.de> Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Link: https://patchwork.freedesktop.org/patch/msgid/20201106183941.9751-1-olaf@aepfle.de
1 parent 8519873 commit 34a2808

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/video/fbdev/hyperv_fb.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747

4848
#include <linux/module.h>
4949
#include <linux/kernel.h>
50+
#include <linux/vmalloc.h>
5051
#include <linux/init.h>
5152
#include <linux/completion.h>
5253
#include <linux/fb.h>

0 commit comments

Comments
 (0)