X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=wrapper%2Frandom.c;h=8b03aec5981e7927bdc2d8499c623661dcf383b1;hb=1c999280e7f232e6c2e41d8c76020e795a649648;hp=74dce49fe4864de486fa33bf6a4bfdbf9c1faf05;hpb=a70082545931d638aca82b7c4f5253f1880d3c25;p=lttng-modules.git diff --git a/wrapper/random.c b/wrapper/random.c index 74dce49f..8b03aec5 100644 --- a/wrapper/random.c +++ b/wrapper/random.c @@ -55,6 +55,7 @@ end: filp_close(file, current->files); return ret; } +EXPORT_SYMBOL_GPL(wrapper_get_bootid); #else @@ -62,5 +63,6 @@ int wrapper_get_bootid(char *bootid) { return -ENOSYS; } +EXPORT_SYMBOL_GPL(wrapper_get_bootid); #endif