aboutsummaryrefslogtreecommitdiff
path: root/modutils/insmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'modutils/insmod.c')
-rw-r--r--modutils/insmod.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modutils/insmod.c b/modutils/insmod.c
index c0f60fdb5..dfb8a765e 100644
--- a/modutils/insmod.c
+++ b/modutils/insmod.c
@@ -3453,8 +3453,8 @@ add_ksymoops_symbols(struct obj_file *f, const char *filename,
3453 ".text", 3453 ".text",
3454 ".rodata", 3454 ".rodata",
3455 ".data", 3455 ".data",
3456 ".bss" 3456 ".bss",
3457 ".sbss" 3457 ".sbss"
3458 }; 3458 };
3459 3459
3460 if (realpath(filename, real)) { 3460 if (realpath(filename, real)) {