Add exit to ring_buffer_frontend so module is unloadable
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 27 Sep 2011 12:31:16 +0000 (08:31 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 27 Sep 2011 12:31:16 +0000 (08:31 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
lib/ringbuffer/ring_buffer_frontend.c

index 8eb59486f808e9f936e3b3ad42512bfd3a58655d..4ab474aadfe06dbefd1bc146b41a356e59d6347c 100644 (file)
@@ -1713,3 +1713,9 @@ int __init init_lib_ring_buffer_frontend(void)
 }
 
 module_init(init_lib_ring_buffer_frontend);
+
+void __exit exit_lib_ring_buffer_frontend(void)
+{
+}
+
+module_exit(exit_lib_ring_buffer_frontend);
This page took 0.026615 seconds and 4 git commands to generate.