Move lttng wrappers into own module
[lttng-modules.git] / wrapper / random.c
index c938ae35a4ac2a96a2a2deee26cb645a33792af2..eb41769c650f54d1ddb569f207a1bc45e0765292 100644 (file)
@@ -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
This page took 0.023148 seconds and 4 git commands to generate.