summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a_scale.c
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2017-03-31 16:11:29 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-04-03 17:04:10 -0400
commitf116320137b0eb835bcbf704d34fc8f7880595d2 (patch)
tree394e1f1b2a7d80dddcc2f2462091789458b59261 /drivers/gpu/nvgpu/gk20a/gk20a_scale.c
parent2119213467a9e70a7e6cbf78d9b8954b27898716 (diff)
gpu: nvgpu: Add wrapper for linux/types.h
Add wrapper header nvgpu/types.h. It checks if build is for Linux kernel and pulls in linux/types.h. Delete also all #includes for linux/types.h which are not strictly necessary, and change the remaining ones to use the new wrapper. JIRA NVGPU-13 Change-Id: I1ddfef0b0b9d840e3e41a62f69c7cb9148d2d5fa Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/1453371 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a_scale.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a_scale.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a_scale.c b/drivers/gpu/nvgpu/gk20a/gk20a_scale.c
index aabe673a..5c1350d3 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a_scale.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a_scale.c
@@ -18,7 +18,6 @@
18 18
19#include <linux/devfreq.h> 19#include <linux/devfreq.h>
20#include <linux/debugfs.h> 20#include <linux/debugfs.h>
21#include <linux/types.h>
22#include <linux/export.h> 21#include <linux/export.h>
23#include <linux/slab.h> 22#include <linux/slab.h>
24#include <soc/tegra/chip-id.h> 23#include <soc/tegra/chip-id.h>