From: Francis Deslauriers Date: Tue, 7 Mar 2017 14:12:31 +0000 (-0500) Subject: Fix: section mismatch warning caused by __exit annotation X-Git-Tag: v2.10.0-rc1~21 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=32fe46fb8640cf2e50103ba2f2efd1ef5c245eaf;hp=32fe46fb8640cf2e50103ba2f2efd1ef5c245eaf;p=lttng-modules.git Fix: section mismatch warning caused by __exit annotation lttng_logger_exit is used in a non-exit function so it should not be annotated with `__exit`. Signed-off-by: Francis Deslauriers Signed-off-by: Mathieu Desnoyers ---