summaryrefslogtreecommitdiff
path: root/drivers/misc/tegra-profiler/mmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/tegra-profiler/mmap.c')
-rw-r--r--drivers/misc/tegra-profiler/mmap.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/misc/tegra-profiler/mmap.c b/drivers/misc/tegra-profiler/mmap.c
index 370508b84f2b..2b73e5cd9c0a 100644
--- a/drivers/misc/tegra-profiler/mmap.c
+++ b/drivers/misc/tegra-profiler/mmap.c
@@ -22,6 +22,7 @@
#include <linux/fs.h>
#include <linux/slab.h>
#include <linux/err.h>
+#include <linux/sched.h>
#include <linux/tegra_profiler.h>
@@ -145,6 +146,7 @@ char *quadd_get_mmap(struct quadd_cpu_context *cpu_ctx,
break;
}
} else {
+#ifdef CONFIG_MODULES
struct module *mod;
preempt_disable();
@@ -159,6 +161,7 @@ char *quadd_get_mmap(struct quadd_cpu_context *cpu_ctx,
sample->pgoff = 0;
}
}
+#endif
}
if (file_name) {