mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 18:16:01 +03:00
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:
committed by
mobile promotions
parent
64ab129795
commit
3a4a7d196a
@@ -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>
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user