tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: d4cee89031c80066ec461bb77b5e13a4f37d5fd2 commit: 8bf3c33a5ebf4f4faab2bafb1d237f3051ae2499 [6093/6126] Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git config: parisc-randconfig-r025-20230531 (https://download.01.org/0day-ci/archive/20230531/202305311652.OP9x8xkW-lkp@xxxxxxxxx/config) compiler: hppa-linux-gcc (GCC) 12.3.0 reproduce (this is a W=1 build): mkdir -p ~/bin wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=8bf3c33a5ebf4f4faab2bafb1d237f3051ae2499 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 8bf3c33a5ebf4f4faab2bafb1d237f3051ae2499 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.3.0 ~/bin/make.cross W=1 O=build_dir ARCH=parisc olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.3.0 ~/bin/make.cross W=1 O=build_dir ARCH=parisc SHELL=/bin/bash drivers/phy/qualcomm/ If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot <lkp@xxxxxxxxx> | Closes: https://lore.kernel.org/oe-kbuild-all/202305311652.OP9x8xkW-lkp@xxxxxxxxx/ All errors (new ones prefixed by >>): In file included from drivers/phy/qualcomm/phy-qcom-qmp-combo.c:23: >> include/linux/usb/typec_mux.h:77:1: error: expected identifier or '(' before '{' token 77 | { | ^ include/linux/usb/typec_mux.h:76:33: warning: 'fwnode_typec_mux_get' used but never defined 76 | static inline struct typec_mux *fwnode_typec_mux_get(struct fwnode_handle *fwnode); | ^~~~~~~~~~~~~~~~~~~~ vim +77 include/linux/usb/typec_mux.h a37599ebfb656c Prashant Malani 2022-06-15 75 3524fe31538c1a Heikki Krogerus 2023-05-26 76 static inline struct typec_mux *fwnode_typec_mux_get(struct fwnode_handle *fwnode); a37599ebfb656c Prashant Malani 2022-06-15 @77 { a37599ebfb656c Prashant Malani 2022-06-15 78 return NULL; a37599ebfb656c Prashant Malani 2022-06-15 79 } a37599ebfb656c Prashant Malani 2022-06-15 80 :::::: The code at line 77 was first introduced by commit :::::: a37599ebfb656c2af4ca119de556eba29b6926d6 usb: typec: mux: Add CONFIG guards for functions :::::: TO: Prashant Malani <pmalani@xxxxxxxxxxxx> :::::: CC: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki