On 5/21/20 8:43 PM, Andrew Morton wrote: > The mm-of-the-moment snapshot 2020-05-21-20-42 has been uploaded to > > http://www.ozlabs.org/~akpm/mmotm/ > > mmotm-readme.txt says > > README for mm-of-the-moment: > > http://www.ozlabs.org/~akpm/mmotm/ > > This is a snapshot of my -mm patch queue. Uploaded at random hopefully > more than once a week. > > You will need quilt to apply these patches to the latest Linus release (5.x > or 5.x-rcY). The series file is in broken-out.tar.gz and is duplicated in > http://ozlabs.org/~akpm/mmotm/series > on i386: ../drivers/staging/media/atomisp/pci/atomisp_v4l2.c:764:12: warning: ‘atomisp_mrfld_power’ defined but not used [-Wunused-function] static int atomisp_mrfld_power(struct atomisp_device *isp, bool enable) ^~~~~~~~~~~~~~~~~~~ CC [M] drivers/staging/media/atomisp/pci/sh_css_firmware.o In file included from ../drivers/staging/media/atomisp/pci/sh_css_firmware.c:20:0: ../drivers/staging/media/atomisp/pci/sh_css_firmware.h:41:38: warning: ‘struct device’ declared inside parameter list will not be visible outside of this definition or declaration sh_css_check_firmware_version(struct device *dev, const char *fw_data); ^~~~~~ ../drivers/staging/media/atomisp/pci/sh_css_firmware.h:44:29: warning: ‘struct device’ declared inside parameter list will not be visible outside of this definition or declaration sh_css_load_firmware(struct device *dev, const char *fw_data, ^~~~~~ ../drivers/staging/media/atomisp/pci/sh_css_firmware.c:184:1: error: conflicting types for ‘sh_css_check_firmware_version’ sh_css_check_firmware_version(struct device *dev, const char *fw_data) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../drivers/staging/media/atomisp/pci/sh_css_firmware.c:20:0: ../drivers/staging/media/atomisp/pci/sh_css_firmware.h:41:1: note: previous declaration of ‘sh_css_check_firmware_version’ was here sh_css_check_firmware_version(struct device *dev, const char *fw_data); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/staging/media/atomisp/pci/sh_css_firmware.c:209:1: error: conflicting types for ‘sh_css_load_firmware’ sh_css_load_firmware(struct device *dev, const char *fw_data, ^~~~~~~~~~~~~~~~~~~~ In file included from ../drivers/staging/media/atomisp/pci/sh_css_firmware.c:20:0: ../drivers/staging/media/atomisp/pci/sh_css_firmware.h:44:1: note: previous declaration of ‘sh_css_load_firmware’ was here sh_css_load_firmware(struct device *dev, const char *fw_data, ^~~~~~~~~~~~~~~~~~~~ Full randconfig file is attached. -- ~Randy Reported-by: Randy Dunlap