From 9e5208f6348a5d3a57265971315185dadf0916f6 Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Wed, 18 Jan 2017 18:30:58 +0530 Subject: 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 Reviewed-on: http://git-master/r/1287498 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gm206/gr_gm206.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/gm206') diff --git a/drivers/gpu/nvgpu/gm206/gr_gm206.c b/drivers/gpu/nvgpu/gm206/gr_gm206.c index 782eda8b..b7956eca 100644 --- a/drivers/gpu/nvgpu/gm206/gr_gm206.c +++ b/drivers/gpu/nvgpu/gm206/gr_gm206.c @@ -16,8 +16,8 @@ #include #include /* for mdelay */ #include -#include #include +#include #include "gk20a/gk20a.h" -- cgit v1.2.2