ring buffer: Add missing static to function definitions
[lttng-modules.git] / src / lib / ringbuffer / ring_buffer_frontend.c
index 5e0728835f5166fb207baf4521ba4669354300c2..df0705cbd4245f1f2221a00ed41e9884f7c1a5a6 100644 (file)
@@ -2416,6 +2416,7 @@ void lib_ring_buffer_check_deliver_slow(const struct lttng_kernel_ring_buffer_co
 }
 EXPORT_SYMBOL_GPL(lib_ring_buffer_check_deliver_slow);
 
+static
 int __init init_lib_ring_buffer_frontend(void)
 {
        int cpu;
@@ -2427,6 +2428,7 @@ int __init init_lib_ring_buffer_frontend(void)
 
 module_init(init_lib_ring_buffer_frontend);
 
+static
 void __exit exit_lib_ring_buffer_frontend(void)
 {
 }
This page took 0.023871 seconds and 4 git commands to generate.