From mboxrd@z Thu Jan 1 00:00:00 1970 From: lkp@intel.com (kbuild test robot) Date: Wed, 30 May 2018 16:24:44 +0800 Subject: [xlnx:xlnx_rebase_v4.14 309/940] drivers/usb/dwc3/core.h:1228: multiple definition of `dwc3_set_simple_data' Message-ID: <201805301641.XttIFWLE%fengguang.wu@intel.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org tree: https://github.com/Xilinx/linux-xlnx xlnx_rebase_v4.14 head: 7a6053b3d256fa5bc23f28a9d9a23d7a2004c5b7 commit: 6b1601e752dd266a096860421d488efc8cffdc1f [309/940] dwc3: Add support for removing vbus when suspended config: i386-randconfig-s0-201821 (attached as .config) compiler: gcc-6 (Debian 6.4.0-9) 6.4.0 20171026 reproduce: git checkout 6b1601e752dd266a096860421d488efc8cffdc1f # save the attached .config to linux build tree make ARCH=i386 All errors (new ones prefixed by >>): drivers/usb/dwc3/trace.o: In function `dwc3_simple_wakeup_capable': drivers/usb/dwc3/core.h:1226: multiple definition of `dwc3_simple_wakeup_capable' drivers/usb/dwc3/core.o:drivers/usb/dwc3/core.h:1226: first defined here drivers/usb/dwc3/trace.o: In function `dwc3_set_simple_data': >> drivers/usb/dwc3/core.h:1228: multiple definition of `dwc3_set_simple_data' drivers/usb/dwc3/core.o:drivers/usb/dwc3/core.h:1228: first defined here drivers/usb/dwc3/host.o: In function `dwc3_simple_wakeup_capable': include/linux/device.h:984: multiple definition of `dwc3_simple_wakeup_capable' drivers/usb/dwc3/core.o:drivers/usb/dwc3/core.h:1226: first defined here drivers/usb/dwc3/host.o: In function `dwc3_set_simple_data': >> drivers/usb/dwc3/core.h:1228: multiple definition of `dwc3_set_simple_data' drivers/usb/dwc3/core.o:drivers/usb/dwc3/core.h:1228: first defined here drivers/usb/dwc3/ulpi.o: In function `dwc3_simple_wakeup_capable': drivers/usb/dwc3/core.h:1226: multiple definition of `dwc3_simple_wakeup_capable' drivers/usb/dwc3/core.o:drivers/usb/dwc3/core.h:1226: first defined here drivers/usb/dwc3/ulpi.o: In function `dwc3_set_simple_data': >> drivers/usb/dwc3/core.h:1228: multiple definition of `dwc3_set_simple_data' drivers/usb/dwc3/core.o:drivers/usb/dwc3/core.h:1228: first defined here drivers/usb/dwc3/debugfs.o: In function `dwc3_simple_wakeup_capable': drivers/usb/dwc3/core.h:1226: multiple definition of `dwc3_simple_wakeup_capable' drivers/usb/dwc3/core.o:drivers/usb/dwc3/core.h:1226: first defined here drivers/usb/dwc3/debugfs.o: In function `dwc3_set_simple_data': >> drivers/usb/dwc3/core.h:1228: multiple definition of `dwc3_set_simple_data' drivers/usb/dwc3/core.o:drivers/usb/dwc3/core.h:1228: first defined here vim +1228 drivers/usb/dwc3/core.h 1214 1215 #if IS_ENABLED(CONFIG_USB_DWC3_OF_SIMPLE) 1216 int dwc3_enable_hw_coherency(struct device *dev); 1217 void dwc3_set_phydata(struct device *dev, struct phy *phy); 1218 void dwc3_simple_wakeup_capable(struct device *dev, bool wakeup); 1219 void dwc3_set_simple_data(struct dwc3 *dwc); 1220 #else 1221 static inline int dwc3_enable_hw_coherency(struct device *dev) 1222 { return 1; } 1223 static inline void dwc3_set_phydata(struct device *dev, struct phy *phy) 1224 { ; } 1225 void dwc3_simple_wakeup_capable(struct device *dev, bool wakeup) > 1226 { ; } 1227 void dwc3_set_simple_data(struct dwc3 *dwc) > 1228 { ; } 1229 #endif 1230 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation -------------- next part -------------- A non-text attachment was scrubbed... Name: .config.gz Type: application/gzip Size: 29088 bytes Desc: not available URL: