diff options
author | Federico Fuga <fuga@studiofuga.com> | 2012-07-16 07:36:51 (GMT) |
---|---|---|
committer | Ohad Ben-Cohen <ohad@wizery.com> | 2012-07-17 10:10:38 (GMT) |
commit | 9634252617441991b01dacaf4040866feecaf36f (patch) | |
tree | 92d8b590a3d29cd79bc2d8152280c857b82cbb8d /net/mac80211/mesh_hwmp.c | |
parent | 84a1caf1453c3d44050bd22db958af4a7f99315c (diff) | |
download | linux-fsl-qoriq-9634252617441991b01dacaf4040866feecaf36f.tar.xz |
rpmsg: fix dependency on initialization order
When rpmsg drivers are built into the kernel, they must not initialize
before the rpmsg bus does, otherwise they'd trigger a BUG() in
drivers/base/driver.c line 169 (driver_register()).
To fix that, and to stop depending on arbitrary linkage ordering of
those built-in rpmsg drivers, we make the rpmsg bus initialize at
subsys_initcall.
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Federico Fuga <fuga@studiofuga.com>
[ohad: rewrite the commit log]
Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
Diffstat (limited to 'net/mac80211/mesh_hwmp.c')
0 files changed, 0 insertions, 0 deletions