]> git.baikalelectronics.ru Git - 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)
commitd975142cd4eba12b2bab60f12575a5cc1360a31b
treead05f435f140fcf1fcff8f9fbaee072cdef5a08b
parent448a1e55a50ee8d9439bd3919b7bb20e09c975c5
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