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>
This commit is contained in:
Laxman Dewangan
2017-01-18 18:32:09 +05:30
committed by mobile promotions
parent 64ab129795
commit 3a4a7d196a
2 changed files with 2 additions and 2 deletions

View File

@@ -16,8 +16,8 @@
#include <linux/tegra_gpu_t19x.h>
#include "gk20a/gk20a.h" /* FERMI and MAXWELL classes defined here */
#include <linux/delay.h>
#include <linux/tegra-fuse.h>
#include <linux/version.h>
#include <soc/tegra/fuse.h>
#include <nvgpu/timers.h>

View File

@@ -14,8 +14,8 @@
*/
#include <linux/delay.h> /* for udelay */
#include <linux/tegra-fuse.h>
#include <linux/clk.h>
#include <soc/tegra/fuse.h>
#include "gk20a/gk20a.h"
#include "gp10b/pmu_gp10b.h"