diff options
author | Konsta Holtta <kholtta@nvidia.com> | 2016-06-09 02:41:04 -0400 |
---|---|---|
committer | Deepak Nibade <dnibade@nvidia.com> | 2016-12-27 04:56:17 -0500 |
commit | 4ded050bd04b8c380f350631745919b674deb16f (patch) | |
tree | 05448331dbc6aa738c37e9d0deeb36c86418c67d /drivers/gpu | |
parent | 8a2be379cd25f2096ca63a50893688b8cf538691 (diff) |
gpu: nvgpu: include matching header in mm_gp106.c
Include mm_gp106.h in mm_gp106.c to bring function declarations visible
and to fix a Sparse warning.
Bug 200088648
Change-Id: Id76f565021de585bc02a53a01e52084ff70009c2
Signed-off-by: Konsta Holtta <kholtta@nvidia.com>
Reviewed-on: http://git-master/r/1161607
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sachin Nikam <snikam@nvidia.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/nvgpu/gp106/mm_gp106.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/mm_gp106.c b/drivers/gpu/nvgpu/gp106/mm_gp106.c index 1a4b6dd1..37365022 100644 --- a/drivers/gpu/nvgpu/gp106/mm_gp106.c +++ b/drivers/gpu/nvgpu/gp106/mm_gp106.c | |||
@@ -15,6 +15,7 @@ | |||
15 | 15 | ||
16 | #include "gk20a/gk20a.h" | 16 | #include "gk20a/gk20a.h" |
17 | #include "gp10b/mm_gp10b.h" | 17 | #include "gp10b/mm_gp10b.h" |
18 | #include "gp106/mm_gp106.h" | ||
18 | 19 | ||
19 | #include "hw_fb_gp106.h" | 20 | #include "hw_fb_gp106.h" |
20 | 21 | ||