aboutsummaryrefslogtreecommitdiffstats
path: root/nvdebug_entry.c
diff options
context:
space:
mode:
authorJoshua Bakita <jbakita@cs.unc.edu>2021-10-03 21:49:00 -0400
committerJoshua Bakita <jbakita@cs.unc.edu>2021-10-03 21:49:00 -0400
commitf4b83713672acaf88a526b930b8e417453f6edc5 (patch)
tree92d4588c7aaec19bfe626a21ea887cd1d4dca2ec /nvdebug_entry.c
parent0596e479ffcca43957f8d32127cea5527460b983 (diff)
Comment fixup and abort if runlist is stored in VRAM
Diffstat (limited to 'nvdebug_entry.c')
-rw-r--r--nvdebug_entry.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nvdebug_entry.c b/nvdebug_entry.c
index 14ad6e9..0854b8b 100644
--- a/nvdebug_entry.c
+++ b/nvdebug_entry.c
@@ -6,6 +6,7 @@
6 * - Add sysfs trigger for a preemption 6 * - Add sysfs trigger for a preemption
7 */ 7 */
8 8
9#include <linux/device.h> // For struct device, bus_find_device*(), struct bus_type
9#include <linux/kernel.h> 10#include <linux/kernel.h>
10#include <linux/module.h> 11#include <linux/module.h>
11#include <linux/proc_fs.h> // So we can set up entries in /proc 12#include <linux/proc_fs.h> // So we can set up entries in /proc