Skip to content

Commit 3fe1e56

Browse files
Christoph HellwigJessica Yu
authored andcommitted
modules: unexport __module_text_address
__module_text_address is only used by built-in code. Signed-off-by: Christoph Hellwig <[email protected]> Signed-off-by: Jessica Yu <[email protected]>
1 parent a54e049 commit 3fe1e56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel/module.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4503,7 +4503,6 @@ struct module *__module_text_address(unsigned long addr)
45034503
}
45044504
return mod;
45054505
}
4506-
EXPORT_SYMBOL_GPL(__module_text_address);
45074506

45084507
/* Don't grab lock, we're oopsing. */
45094508
void print_modules(void)

0 commit comments

Comments
 (0)