]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
of/platform: export of_default_bus_match_table
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 5 Jan 2016 02:17:53 +0000 (11:17 +0900)
committerRob Herring <robh@kernel.org>
Tue, 5 Jan 2016 15:20:44 +0000 (09:20 -0600)
commitb80443c2211c7daaabd20fbbe9e7beb3fa3408e0
treead05f435f140fcf1fcff8f9fbaee072cdef5a08b
parentd2329fb576d2c7eb0824028d9c6d3d48fb90b11a
of/platform: export of_default_bus_match_table

Currently, drivers/bus/uniphier-system-bus.c is kept from being a
module due to the unresolved reference to of_default_bus_match_table.

Refer to commit 326ea45aa827 ("bus: uniphier: allow only built-in
driver").

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/platform.c