Hi all, After merging the driver-core tree, today's linux-next build (powerpc ppc64_defconfig) produced this warning: drivers/of/platform.c:674:12: warning: 'of_link_to_suppliers' defined but not used [-Wunused-function] static int of_link_to_suppliers(struct device *dev) ^~~~~~~~~~~~~~~~~~~~ Introduced by commit 690ff7881b26 ("of/platform: Add functional dependency link from DT bindings") -- Cheers, Stephen Rothwell