commit | eb0c53771fb2f5f66b0edb3ebce33be4bbf1c285 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Mon Mar 29 14:25:18 2010 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Wed Mar 31 22:56:59 2010 -0400 |
tree | 1b5d4fd86e4c72482fa07aa6d57ba9f6cab72423 | |
parent | ae832d1e03ac9bf09fb8a07fb37908ab40c7cd0e [diff] |
tracing: Fix compile error in module tracepoints when MODULE_UNLOAD not set If modules are configured in the build but unloading of modules is not, then the refcnt is not defined. Place the get/put module tracepoints under CONFIG_MODULE_UNLOAD since it references this field in the module structure. As a side-effect, this patch also reduces the code when MODULE_UNLOAD is not set, because these unused tracepoints are not created. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>