summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/os/linux/clk.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/os/linux/clk.c')
-rw-r--r--drivers/gpu/nvgpu/os/linux/clk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/os/linux/clk.c b/drivers/gpu/nvgpu/os/linux/clk.c
index cc420994..e76720ac 100644
--- a/drivers/gpu/nvgpu/os/linux/clk.c
+++ b/drivers/gpu/nvgpu/os/linux/clk.c
@@ -25,7 +25,7 @@
25#include "os_linux.h" 25#include "os_linux.h"
26#include "platform_gk20a.h" 26#include "platform_gk20a.h"
27 27
28#include "gk20a/gk20a.h" 28#include <nvgpu/gk20a.h>
29 29
30#define HZ_TO_MHZ(x) ((x) / 1000000) 30#define HZ_TO_MHZ(x) ((x) / 1000000)
31 31