]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - kernel/kallsyms.c
hw-breakpoints: Fix broken hw-breakpoint sample module
[karo-tx-linux.git] / kernel / kallsyms.c
index 8b6b8b697c686a297de3c85421e1e5172ff53a27..8e5288a8a3555c419f477e0925f3210e3863cef6 100644 (file)
@@ -181,6 +181,7 @@ unsigned long kallsyms_lookup_name(const char *name)
        }
        return module_kallsyms_lookup_name(name);
 }
+EXPORT_SYMBOL_GPL(kallsyms_lookup_name);
 
 int kallsyms_on_each_symbol(int (*fn)(void *, const char *, struct module *,
                                      unsigned long),