* [PATCH] drm/amdkcl: include linux/vmalloc.h in kcl_mm.h
@ 2020-09-29 2:23 Jiawei
0 siblings, 0 replies; only message in thread
From: Jiawei @ 2020-09-29 2:23 UTC (permalink / raw)
To: amd-gfx; +Cc: emily.deng, Jiawei
Include linux/vmalloc.h to fix compile failure in 4.9.184 kernel
Signed-off-by: Jiawei <Jiawei.Gu@amd.com>
---
include/kcl/kcl_mm.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/kcl/kcl_mm.h b/include/kcl/kcl_mm.h
index 0afe2f099aa1..dac2f84c9dd3 100644
--- a/include/kcl/kcl_mm.h
+++ b/include/kcl/kcl_mm.h
@@ -8,6 +8,7 @@
#include <linux/mm.h>
#include <linux/gfp.h>
#include <linux/slab.h>
+#include <linux/vmalloc.h>
#include <kcl/kcl_mm_types.h>
#include <kcl/kcl_memory.h>
--
2.17.1
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-09-29 2:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-29 2:23 [PATCH] drm/amdkcl: include linux/vmalloc.h in kcl_mm.h Jiawei
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).