summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/platform_gv11b_tegra.c
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2017-02-07 08:22:01 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-02-08 06:25:52 -0500
commita04aa3e3f014bcd4bdfd7c7f10fc0ec53ffede0a (patch)
tree7d1c788f9047b8c919cfe2ded22c539ad0cb2059 /drivers/gpu/nvgpu/gv11b/platform_gv11b_tegra.c
parentf04a84b7ce976e911bf81497796016e149d17082 (diff)
nvgpu: gpu: gv11b: Remove inclusion of unused header
The driver file includes <linux/tegra-powergate.h> but does not use anything from this header. Remove this unnecessarily inclusion of header file. bug 200257351 Change-Id: Ibbc3c382c31a8c566ed4018fd36d1ffed08bf29e Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: http://git-master/r/1300556 Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com> Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> GVS: Gerrit_Virtual_Submit
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/platform_gv11b_tegra.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/platform_gv11b_tegra.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/platform_gv11b_tegra.c b/drivers/gpu/nvgpu/gv11b/platform_gv11b_tegra.c
index 8fd6583e..3afd751a 100644
--- a/drivers/gpu/nvgpu/gv11b/platform_gv11b_tegra.c
+++ b/drivers/gpu/nvgpu/gv11b/platform_gv11b_tegra.c
@@ -16,7 +16,6 @@
16#include <linux/of_platform.h> 16#include <linux/of_platform.h>
17#include <linux/nvhost.h> 17#include <linux/nvhost.h>
18#include <linux/debugfs.h> 18#include <linux/debugfs.h>
19#include <linux/tegra-powergate.h>
20#include <linux/platform_data/tegra_edp.h> 19#include <linux/platform_data/tegra_edp.h>
21#include <linux/dma-buf.h> 20#include <linux/dma-buf.h>
22#include <linux/nvmap.h> 21#include <linux/nvmap.h>