summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
diff options
context:
space:
mode:
authorShardar Shariff Md <smohammed@nvidia.com>2017-01-19 15:50:19 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-01-20 11:24:01 -0500
commita470647ad71c3063fa76ec14ac67493045d0e122 (patch)
tree730c9acffa4321c7bba86384a891e3b045fe12b2 /drivers/gpu/nvgpu/gk20a/mm_gk20a.h
parent9e5208f6348a5d3a57265971315185dadf0916f6 (diff)
gpu: nvgpu: use soc/tegra/chip-id.h for soc header
The soc tegra headers are unified and moved all the content of linux/tegra-soc.h to the soc/tegra/chip-id.h to have the single soc header for Tegra. Change-Id: I281e19dd3eb1538b8dfbea4eb0779fb64d1fcffa Signed-off-by: Shardar Shariff Md <smohammed@nvidia.com> Reviewed-on: http://git-master/r/1288365 Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Tested-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/mm_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/mm_gk20a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
index f58b5df5..2b741451 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -21,7 +21,7 @@
21#include <linux/scatterlist.h> 21#include <linux/scatterlist.h>
22#include <linux/dma-attrs.h> 22#include <linux/dma-attrs.h>
23#include <linux/iommu.h> 23#include <linux/iommu.h>
24#include <linux/tegra-soc.h> 24#include <soc/tegra/chip-id.h>
25#include <linux/vmalloc.h> 25#include <linux/vmalloc.h>
26#include <linux/slab.h> 26#include <linux/slab.h>
27#include <linux/version.h> 27#include <linux/version.h>