aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/export.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/export.h')
-rw-r--r--include/linux/export.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/export.h b/include/linux/export.h
index 2c5468d8ea9a..ef5d015d754a 100644
--- a/include/linux/export.h
+++ b/include/linux/export.h
@@ -68,7 +68,7 @@ extern struct module __this_module;
68 "__ksymtab_" #sym ": \n" \ 68 "__ksymtab_" #sym ": \n" \
69 " .long " #sym "- . \n" \ 69 " .long " #sym "- . \n" \
70 " .long __kstrtab_" #sym "- . \n" \ 70 " .long __kstrtab_" #sym "- . \n" \
71 " .long 0 - . \n" \ 71 " .long 0 \n" \
72 " .previous \n") 72 " .previous \n")
73 73
74struct kernel_symbol { 74struct kernel_symbol {