aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.14.71/1838-drm-amd-lib-Support-chash-module-under-amd-lib-for-d.patch
blob: 1daa64dc1d5eff1390dccea258f6285d0665f23c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From ee8413f9c6ac09fa0eeca6cbe89341ee95d258b1 Mon Sep 17 00:00:00 2001
From: "Le.Ma" <Le.Ma@amd.com>
Date: Tue, 10 Oct 2017 16:18:25 +0800
Subject: [PATCH 1838/4131] drm/amd/lib: Support chash module under amd/lib for
 dkms

Change-Id: Iee07b538253a710f4488419eb89c1622784f4586
Signed-off-by: Le.Ma <Le.Ma@amd.com>
Reviewed-by: Junwei Zhang <Jerry.Zhang@amd.com>
---
 drivers/gpu/drm/amd/lib/chash.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/amd/lib/chash.c b/drivers/gpu/drm/amd/lib/chash.c
index 1bc4287..dfa0f18 100644
--- a/drivers/gpu/drm/amd/lib/chash.c
+++ b/drivers/gpu/drm/amd/lib/chash.c
@@ -21,6 +21,7 @@
  *
  */
 
+#include <linux/version.h>
 #include <linux/types.h>
 #include <linux/hash.h>
 #include <linux/bug.h>
-- 
2.7.4