On Tue, Mar 13, 2018 at 02:15:42PM +0100, Arnd Bergmann wrote: > The overlay_data_apply() declaration is outside of the #ifdef that contains > both the user and the definition, causing a compile-time warning in > some configurations: > > drivers/of/unittest.c:48:19: error: 'overlay_data_apply' declared 'static' but never defined [-Werror=unused-function] > static int __init overlay_data_apply(const char *overlay_name, int *overlay_id); > > This moves the declaration into the #ifdef section. > > Fixes: 39a751a4cb7e ("of: change overlay apply input data from unflattened to FDT") > Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> > --- > drivers/of/unittest.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Applied. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html