summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/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/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/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 7df2c2e0..1dd42dc2 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -32,7 +32,7 @@ struct acr_desc;
32#include <linux/spinlock.h> 32#include <linux/spinlock.h>
33#include <linux/nvgpu.h> 33#include <linux/nvgpu.h>
34#include <linux/irqreturn.h> 34#include <linux/irqreturn.h>
35#include <linux/tegra-soc.h> 35#include <soc/tegra/chip-id.h>
36#include <linux/version.h> 36#include <linux/version.h>
37#include <linux/atomic.h> 37#include <linux/atomic.h>
38 38