aboutsummaryrefslogtreecommitdiff
path: root/kernel/io/include/io/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/io/include/io/io.h')
-rw-r--r--kernel/io/include/io/io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/io/include/io/io.h b/kernel/io/include/io/io.h
index a715f1b..3c83cdc 100644
--- a/kernel/io/include/io/io.h
+++ b/kernel/io/include/io/io.h
@@ -9,7 +9,7 @@ struct file;
struct file_operations;
struct file {
- struct file_operations* fops;
+ struct file_operations* const fops;
void* private_data;
};