aboutsummaryrefslogtreecommitdiffstats
path: root/device_info_procfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'device_info_procfs.c')
-rw-r--r--device_info_procfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/device_info_procfs.c b/device_info_procfs.c
index c96007a..1fc0586 100644
--- a/device_info_procfs.c
+++ b/device_info_procfs.c
@@ -24,6 +24,7 @@ static ssize_t nvdebug_reg32_read(struct file *f, char __user *buf, size_t size,
24} 24}
25struct file_operations nvdebug_read_reg32_file_ops = { 25struct file_operations nvdebug_read_reg32_file_ops = {
26 .read = nvdebug_reg32_read, 26 .read = nvdebug_reg32_read,
27 .llseek = default_llseek,
27}; 28};
28 29
29//// ==v== PTOP_DEVICE_INFO ==v== //// 30//// ==v== PTOP_DEVICE_INFO ==v== ////