Skip to content

Commit 34e6470

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

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
@@ -4464,7 +4464,6 @@ struct module *__module_address(unsigned long addr)
44644464
}
44654465
return mod;
44664466
}
4467-
EXPORT_SYMBOL_GPL(__module_address);
44684467

44694468
/*
44704469
* is_module_text_address - is this address inside module code?

0 commit comments

Comments
 (0)