On Mon, Jan 25, 2021 at 04:13:03PM +0800, kernel test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master > head: 226871e2eda4832d94c3239add7e52ad17b81ce5 > commit: f384989e88d4484fc9a9e31b0cf0a36e6f172136 [1403/5542] power: supply: max8997_charger: Set CHARGER current limit > config: x86_64-randconfig-a014-20210125 (attached as .config) > compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project 12d0753aca22896fda2cf76781b0ee0524d55065) > reproduce (this is a W=1 build): > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # install x86_64 cross compiling tool for clang build > # apt-get install binutils-x86-64-linux-gnu > # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=f384989e88d4484fc9a9e31b0cf0a36e6f172136 > git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git > git fetch --no-tags linux-next master > git checkout f384989e88d4484fc9a9e31b0cf0a36e6f172136 > # save the attached .config to linux build tree > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64 > > If you fix the issue, kindly add following tag as appropriate > Reported-by: kernel test robot <lkp@xxxxxxxxx> > > Note: the linux-next/master HEAD 226871e2eda4832d94c3239add7e52ad17b81ce5 builds fine. > It may have been fixed somewhere. > > All errors (new ones prefixed by >>): > > >> drivers/power/supply/max8997_charger.c:261:9: error: implicit declaration of function 'devm_extcon_register_notifier_all' [-Werror,-Wimplicit-function-declaration] > ret = devm_extcon_register_notifier_all(&pdev->dev, charger->edev, > ^ > drivers/power/supply/max8997_charger.c:261:9: note: did you mean 'devm_extcon_register_notifier'? > include/linux/extcon.h:263:19: note: 'devm_extcon_register_notifier' declared here > static inline int devm_extcon_register_notifier(struct device *dev, > ^ > 1 error generated. > > I think this will be fixed via extcon tree with: https://lore.kernel.org/lkml/20201231085252.69831-1-krzk@xxxxxxxxxx/ Best regards, Krzysztof