backports: make compat module use subsys_initcall()
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>
Tue, 14 May 2013 06:35:23 +0000 (23:35 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 14 May 2013 07:28:44 +0000 (09:28 +0200)
commit0935deabd1c7f95ab0ed07dd40291022c7822913
tree32491e0b998200c95893d49b56c3b905a6f14a46
parentf4c9d9a279a01a4cd6f670e5518e3e6431a3f818
backports: make compat module use subsys_initcall()

This is a no-op for the modular use case of the
backports project but by enabling this it allows
for developers a way to embed the backports releases
onto a target source Linux directory, with obvious
pending modifications, by adding our backport_init()
onto the target kernel's init/main.c start_kernel().

Enable this theoretical use case. Hackers welcome to
go play on this theoretical integration strategy now.

Cc: pstew@chromium.org
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
backport/compat/main.c