tree: git://linuxtv.org/media_tree.git media-controller head: 0a3c36e2b81cf4fe4b6d094b27259716f0ed9a4d commit: 1590ad7b52714fddc958189103c95541b49b1dae [2022/2026] [media] media-device: split media initialization and registration config: x86_64-rhel (attached as .config) reproduce: git checkout 1590ad7b52714fddc958189103c95541b49b1dae # save the attached .config to linux build tree make ARCH=x86_64 All errors (new ones prefixed by >>): drivers/media/usb/au0828/au0828-core.c: In function 'au0828_usb_probe': >> drivers/media/usb/au0828/au0828-core.c:445:36: error: 'struct au0828_dev' has no member named 'media_dev' retval = media_device_register(dev->media_dev); ^ -- drivers/media/usb/cx231xx/cx231xx-cards.c: In function 'cx231xx_usb_probe': >> drivers/media/usb/cx231xx/cx231xx-cards.c:1741:36: error: 'struct cx231xx' has no member named 'media_dev' retval = media_device_register(dev->media_dev); ^ -- drivers/media/usb/uvc/uvc_driver.c: In function 'uvc_probe': >> drivers/media/usb/uvc/uvc_driver.c:1960:32: error: 'struct uvc_device' has no member named 'mdev' if (media_device_register(&dev->mdev) < 0) ^ vim +445 drivers/media/usb/au0828/au0828-core.c 439 if (retval) { 440 pr_err("%s() au0282_dev_register failed to create graph\n", 441 __func__); 442 goto done; 443 } 444 > 445 retval = media_device_register(dev->media_dev); 446 447 done: 448 if (retval < 0) --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: Binary data