of: make of_device_make_bus_id() static
authorFrank Rowand <frank.rowand@am.sony.com>
Mon, 17 Oct 2016 19:17:43 +0000 (12:17 -0700)
committerRob Herring <robh@kernel.org>
Thu, 9 Feb 2017 15:29:37 +0000 (09:29 -0600)
commite553f539f2af39db5e3b2c273cc1a22d34be49ad
tree06c6b0e3afdcd8631316ba92174f4552282593c6
parent0549bde0fcb11a95773e7dc4121738b9e653abf4
of: make of_device_make_bus_id() static

of_device_make_bus_id() was changed to non-static by commit c66012253800
("of/device: Make of_device_make_bus_id() usable by other code") more than
6 years ago, but there are no users of it outside of platform.c.  Make the
function static again.

Signed-off-by: Frank Rowand <frank.rowand@am.sony.com>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/platform.c
include/linux/of_device.h