summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a_scale.c
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_scale.c
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_scale.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a_scale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a_scale.c b/drivers/gpu/nvgpu/gk20a/gk20a_scale.c
index dbc2f06c..36a47e24 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a_scale.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a_scale.c
@@ -23,7 +23,7 @@
23#include <linux/export.h> 23#include <linux/export.h>
24#include <linux/slab.h> 24#include <linux/slab.h>
25#include <linux/clk/tegra.h> 25#include <linux/clk/tegra.h>
26#include <linux/tegra-soc.h> 26#include <soc/tegra/chip-id.h>
27#include <linux/platform_data/tegra_edp.h> 27#include <linux/platform_data/tegra_edp.h>
28#include <linux/pm_qos.h> 28#include <linux/pm_qos.h>
29 29