diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2014-11-20 18:14:46 (GMT) |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-11-21 11:32:43 (GMT) |
commit | 2e8a29a1c9aaa41f72a71bb81c3df66da8156c1e (patch) | |
tree | 05dcac949ede6d728abe7f88c25edef2d5088a7d /.mailmap | |
parent | a850c427029e5b9953fe4d4fe4fef10a61ee165a (diff) | |
download | linux-2e8a29a1c9aaa41f72a71bb81c3df66da8156c1e.tar.xz |
bus: brcmstb_gisb: resolve section mismatch
Commit f1bee783dd37 moved the call to hook_fault_code in
brcmstb_gisb_arb_probe() which now calls a function annotated with __init, so
this one must also be annotated with __init.
In order to avoid introducing another section mismatch, call
platform_driver_probe() manually and remove the .probe assignment from
brcmstb_gisb_arb_driver, this is very similar to what
drivers/pci/host/pci-imx6.c does since we basically have the same constraints
here.
Fixes: f1bee783dd37 ("bus: brcmstb_gisb: register the fault code hook")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions