Skip to content

Commit

Permalink
video: hyperv_fb: include vmalloc.h
Browse files Browse the repository at this point in the history
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
  • Loading branch information
olafhering authored and sravnborg committed Nov 9, 2020
1 parent 8519873 commit 34a2808
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/video/fbdev/hyperv_fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@

#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/vmalloc.h>
#include <linux/init.h>
#include <linux/completion.h>
#include <linux/fb.h>
Expand Down

0 comments on commit 34a2808

Please sign in to comment.