Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Masahiro Yamada and committed by
Rob Herring
b80443c2 d2329fb5

+1
+1
drivers/of/platform.c
··· 31 31 #endif /* CONFIG_ARM_AMBA */ 32 32 {} /* Empty terminated list */ 33 33 }; 34 + EXPORT_SYMBOL(of_default_bus_match_table); 34 35 35 36 static int of_dev_node_match(struct device *dev, void *data) 36 37 {