summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2017-01-18 08:00:58 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-01-19 03:04:59 -0500
commit9e5208f6348a5d3a57265971315185dadf0916f6 (patch)
tree9f2b704c2c197afef655f264a2ef6a25c8bfb50b /drivers/gpu/nvgpu/gp10b/gr_gp10b.c
parent54534ee1a9689da30f79c2992484dd88fe7171b1 (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: Icab3ba5c3dbcd3fa831455c2f336942d356ff5ac Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: http://git-master/r/1287498 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/gr_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/gr_gp10b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/gr_gp10b.c b/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
index 7eceb2a4..84482d68 100644
--- a/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
@@ -15,9 +15,9 @@
15 15
16#include <linux/clk.h> 16#include <linux/clk.h>
17#include <linux/delay.h> 17#include <linux/delay.h>
18#include <linux/tegra-fuse.h>
19#include <linux/version.h> 18#include <linux/version.h>
20#include <linux/vmalloc.h> 19#include <linux/vmalloc.h>
20#include <soc/tegra/fuse.h>
21 21
22#include <dt-bindings/soc/gm20b-fuse.h> 22#include <dt-bindings/soc/gm20b-fuse.h>
23#include <dt-bindings/soc/gp10b-fuse.h> 23#include <dt-bindings/soc/gp10b-fuse.h>