On Wed, Aug 07, 2019 at 05:01:22PM +0800, kbuild test robot wrote: > Hi Greg, > > I love your patch! Yet something to improve: > > [auto build test ERROR on usb/usb-testing] > [cannot apply to v5.3-rc3] > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] > > url: https://github.com/0day-ci/linux/commits/Greg-Kroah-Hartman/USB-phy-fsl-usb-convert-platform-driver-to-use-dev_groups/20190807-021855 > base: https://kernel.googlesource.com/pub/scm/linux/kernel/git/gregkh/usb.git usb-testing > config: arm64-allyesconfig (attached as .config) > compiler: aarch64-linux-gcc (GCC) 7.4.0 > reproduce: > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # save the attached .config to linux build tree > GCC_VERSION=7.4.0 make.cross ARCH=arm64 > > If you fix the issue, kindly add following tag > Reported-by: kbuild test robot <lkp@xxxxxxxxx> > > All error/warnings (new ones prefixed by >>): > > In file included from include/linux/kobject.h:20:0, > from include/linux/module.h:17, > from drivers/usb/phy/phy-fsl-usb.c:11: > >> drivers/usb/phy/phy-fsl-usb.c:1050:18: error: 'fsl_otg_attrs_attrs' undeclared here (not in a function); did you mean 'fsl_otg_attrs_group'? > ATTRIBUTE_GROUPS(fsl_otg_attrs); > ^ Argh, that's what i get for not compiling the code... Will resend a fix... thanks, greg k-h