Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 684d5eaf authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Greg Kroah-Hartman
Browse files

UPSTREAM: modules: unexport __module_address



__module_address is only used by built-in code.

Bug: 157965270
Bug: 171277690
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarJessica Yu <jeyu@kernel.org>
(cherry picked from commit 34e64705ad415ed7a816e60ef62b42fe6d1729d9)
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
Change-Id: I9fb9339e17a7bac54afee8d301f33298a702fcb9
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent 68d5cd1d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4522,7 +4522,6 @@ struct module *__module_address(unsigned long addr)
	}
	return mod;
}
EXPORT_SYMBOL_GPL(__module_address);

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