projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8519873
)
video: hyperv_fb: include vmalloc.h
author
Olaf Hering
<olaf@aepfle.de>
Fri, 6 Nov 2020 18:39:41 +0000
(19:39 +0100)
committer
Sam Ravnborg
<sam@ravnborg.org>
Mon, 9 Nov 2020 07:17:46 +0000
(08:17 +0100)
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 <olaf@aepfle.de>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Link:
https://patchwork.freedesktop.org/patch/msgid/20201106183941.9751-1-olaf@aepfle.de
drivers/video/fbdev/hyperv_fb.c
patch
|
blob
|
history
diff --git
a/drivers/video/fbdev/hyperv_fb.c
b/drivers/video/fbdev/hyperv_fb.c
index
e36fb1a
..
5bc86f4
100644
(file)
--- a/
drivers/video/fbdev/hyperv_fb.c
+++ b/
drivers/video/fbdev/hyperv_fb.c
@@
-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>