From: Jiawei <Jiawei.Gu@amd.com>
To: <amd-gfx@lists.freedesktop.org>
Cc: emily.deng@amd.com, Jiawei <Jiawei.Gu@amd.com>
Subject: [PATCH] drm/amdkcl: include linux/vmalloc.h in kcl_mm.h
Date: Tue, 29 Sep 2020 10:23:17 +0800 [thread overview]
Message-ID: <20200929022317.10859-1-Jiawei.Gu@amd.com> (raw)
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
reply other threads:[~2020-09-29 2:23 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200929022317.10859-1-Jiawei.Gu@amd.com \
--to=jiawei.gu@amd.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=emily.deng@amd.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox