summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/pmu_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/pmu_gk20a.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
index 229d5b4f..98513511 100644
--- a/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/pmu_gk20a.c
@@ -17,7 +17,9 @@
17 */ 17 */
18 18
19#include <linux/module.h> 19#include <linux/module.h>
20#ifdef CONFIG_DEBUG_FS
20#include <linux/debugfs.h> 21#include <linux/debugfs.h>
22#endif
21#include <linux/uaccess.h> 23#include <linux/uaccess.h>
22 24
23#include <nvgpu/nvgpu_common.h> 25#include <nvgpu/nvgpu_common.h>