Re: [PATCH] make of_device_make_bus_id() static

2016-10-17 Thread Frank Rowand
On 10/17/16 08:50, frowand.l...@gmail.com wrote: > From: Frank Rowand > > 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

[PATCH] make of_device_make_bus_id() static

2016-10-17 Thread frowand . list
From: Frank Rowand 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 --