Fix: Use fs_initcall instead of rootfs_initcall
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 28 Jul 2016 16:12:11 +0000 (12:12 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 28 Jul 2016 20:50:53 +0000 (16:50 -0400)
commitde0203beb7ef2190783411947f19ef1c86d5d3fb
tree6e5793591995240c6da9ebbf6419c5fbd0c8ac8b
parent3a3b740faf8e26a96a9a3e6eadab4b314a2e3356
Fix: Use fs_initcall instead of rootfs_initcall

The rootfs_initcall for drivers built as modules was only introduced in
kernel 3.14 by commit b46d0c46ccaa366a5bb8ac709fdf2bcaa76221fd. Use
fs_initcall instead which comes just before and exists in older kernels.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/clock-plugin/lttng-clock-plugin-test.c
This page took 0.025191 seconds and 4 git commands to generate.