On Tue, Jan 26, 2021 at 06:56:52PM +0100, Uwe Kleine-König wrote:
I'm surprised to see that the remove callback introduced in 2952ecf5df33 ("coresight: etm4x: Refactor probing routine") has an __exit annotation.
In general, remove callbacks should not have an __exit annotation. __exit _can_ be discarded at link time for built-in stuff.