> -----Original Message----- > From: kbuild test robot [mailto:lkp@xxxxxxxxx] > Sent: Friday, March 23, 2018 2:49 PM > To: A.s. Dong <aisheng.dong@xxxxxxx> > Cc: kbuild-all@xxxxxx; linux-clk@xxxxxxxxxxxxxxx; linux- > kernel@xxxxxxxxxxxxxxx; linux-arm-kernel@xxxxxxxxxxxxxxxxxxx; > mturquette@xxxxxxxxxxxx; hdegoede@xxxxxxxxxx; > b.zolnierkie@xxxxxxxxxxx; linux@xxxxxxxxxxxxxxx; linux- > fbdev@xxxxxxxxxxxxxxx; dl-linux-imx <linux-imx@xxxxxxx>; > sboyd@xxxxxxxxxx; A.s. Dong <aisheng.dong@xxxxxxx>; Stephen Boyd > <sboyd@xxxxxxxxxxxxxx> > Subject: Re: [PATCH V2 3/4] clk: add managed version of clk_bulk_get_all > [...] > All errors (new ones prefixed by >>): > > In file included from include/linux/cpufreq.h:14:0, > from arch/powerpc/platforms/cell/cpufreq_spudemand.c:23: > include/linux/clk.h:679:1: error: expected identifier or '(' before '{' token > { > ^ > >> include/linux/clk.h:677:32: error: 'devm_clk_bulk_get_all' declared > >> 'static' but never defined [-Werror=unused-function] > static inline int __must_check devm_clk_bulk_get_all(struct device *dev, > ^~~~~~~~~~~~~~~~~~~~~ > cc1: all warnings being treated as errors > > vim +677 include/linux/clk.h > > 676 > > 677 static inline int __must_check devm_clk_bulk_get_all(struct device > *dev, > 678 struct > clk_bulk_data **clks); Thanks for the reporting. Caused by the extra unneeded ';' at the end of the line. Will fix. Regards Dong Aisheng > > 679 { > 680 > 681 return 0; > 682 } > 683 > > --- > 0-DAY kernel test infrastructure Open Source Technology Center > https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flist > s.01.org%2Fpipermail%2Fkbuild- > all&data=02%7C01%7Caisheng.dong%40nxp.com%7Ce9e35f96c61a4c46d1790 > 8d5908a4d46%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C6365738 > 46071200287&sdata=yIWEjcpE2tyJP%2BmsMPqn%2F83TCsxw64J%2Ba5ue73 > qGnN0%3D&reserved=0 Intel Corporation -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html