summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2014-10-16 08:07:31 -0400
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:11:46 -0400
commit5200902f57d0223e30dfce548355b5fe06a25203 (patch)
treeaae813c135b5e0c33ed0081880ee39615f5a9f2b /drivers/gpu/nvgpu/gk20a/gk20a.h
parent1b6e655724d2cdfa441a34119ffe3c7d2acd9596 (diff)
gpu: nvgpu: Remove unused symbols
Remove unused symbols in platform file and gk20a.c. Bug 1558739 Change-Id: If160a75061ecb4ad9cbc4abfb9bc409457299738 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 979b4cb0..8ebf6711 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -47,10 +47,6 @@ struct acr_gm20b;
47#include "gm20b/acr_gm20b.h" 47#include "gm20b/acr_gm20b.h"
48#include "cde_gk20a.h" 48#include "cde_gk20a.h"
49 49
50extern struct platform_device tegra_gk20a_device;
51
52bool is_gk20a_module(struct platform_device *dev);
53
54struct cooling_device_gk20a { 50struct cooling_device_gk20a {
55 struct thermal_cooling_device *gk20a_cooling_dev; 51 struct thermal_cooling_device *gk20a_cooling_dev;
56 unsigned int gk20a_freq_state; 52 unsigned int gk20a_freq_state;