V4L/DVB (11361): msp3400: remove i2c legacy code
[pandora-kernel.git] / kernel / module.c
index f6e08b7..c268a77 100644 (file)
@@ -2777,7 +2777,7 @@ bool is_module_address(unsigned long addr)
  * Must be called with preempt disabled or module mutex held so that
  * module doesn't get freed during this.
  */
-__notrace_funcgraph struct module *__module_address(unsigned long addr)
+struct module *__module_address(unsigned long addr)
 {
        struct module *mod;