summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/pmu_gv11b.c
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2017-01-18 08:02:09 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-01-19 03:06:31 -0500
commit3a4a7d196a6a7fd256052cded45d6763c20dd3f6 (patch)
treed032642cc0ff2b69c19bed61801203b5fffb8e10 /drivers/gpu/nvgpu/gv11b/pmu_gv11b.c
parent64ab12979590564db19c820ff8cdd71579a9b317 (diff)
drivers: gpu: nvgpu: Use soc/tegra/fuse.h for fuse header
The fuse headers are unified and moved all the content of linux/tegra-fuse.h to the soc/tegra/fuse.h to have the single fuse header for Tegra. Use unified fuse header soc/tegra/fuse.h. bug 200260692 Change-Id: Ied87164ea1de793d97a4cc6a754150164af04698 Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: http://git-master/r/1287500 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/pmu_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/pmu_gv11b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/pmu_gv11b.c b/drivers/gpu/nvgpu/gv11b/pmu_gv11b.c
index e235e39b..9ee1ed30 100644
--- a/drivers/gpu/nvgpu/gv11b/pmu_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/pmu_gv11b.c
@@ -14,8 +14,8 @@
14 */ 14 */
15 15
16#include <linux/delay.h> /* for udelay */ 16#include <linux/delay.h> /* for udelay */
17#include <linux/tegra-fuse.h>
18#include <linux/clk.h> 17#include <linux/clk.h>
18#include <soc/tegra/fuse.h>
19#include "gk20a/gk20a.h" 19#include "gk20a/gk20a.h"
20#include "gp10b/pmu_gp10b.h" 20#include "gp10b/pmu_gp10b.h"
21 21