summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/clk_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/clk_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/clk_gm20b.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/clk_gm20b.c b/drivers/gpu/nvgpu/gm20b/clk_gm20b.c
index c50b76b3..05dd455c 100644
--- a/drivers/gpu/nvgpu/gm20b/clk_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/clk_gm20b.c
@@ -23,11 +23,9 @@
23#include <linux/debugfs.h> 23#include <linux/debugfs.h>
24#include <linux/uaccess.h> 24#include <linux/uaccess.h>
25#include <linux/clk/tegra.h> 25#include <linux/clk/tegra.h>
26#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 4, 0))
27#include <soc/tegra/fuse.h> 26#include <soc/tegra/fuse.h>
27#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 4, 0))
28#include <soc/tegra/tegra-dvfs.h> 28#include <soc/tegra/tegra-dvfs.h>
29#else
30#include <linux/tegra-fuse.h>
31#endif 29#endif
32 30
33#include "gk20a/gk20a.h" 31#include "gk20a/gk20a.h"