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

Commit 27b700c2 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Greg Kroah-Hartman
Browse files

modules: unexport __module_address



commit 34e64705ad415ed7a816e60ef62b42fe6d1729d9 upstream.

__module_address is only used by built-in code.

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarJessica Yu <jeyu@kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d338108a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4381,7 +4381,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?