Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

staging: vchiq_arm: Remove bcm2835_camera from vchiq

As bcm2835_camera driver is dropped, also drop the loading/unloading
support for it in vchiq.

Signed-off-by: Jai Luthra <jai.luthra@ideasonboard.com>
Reviewed-by: Stefan Wahren <wahrenst@gmx.net>
Link: https://patch.msgid.link/20251029-vchiq-destage-v3-2-da8d6c83c2c5@ideasonboard.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Jai Luthra and committed by
Greg Kroah-Hartman
e31d4d64 90204a38

-3
-3
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c
··· 62 62 * the interface. 63 63 */ 64 64 static struct vchiq_device *bcm2835_audio; 65 - static struct vchiq_device *bcm2835_camera; 66 65 67 66 static const struct vchiq_platform_info bcm2835_info = { 68 67 .cache_line_size = 32, ··· 1415 1416 vchiq_debugfs_init(&mgmt->state); 1416 1417 1417 1418 bcm2835_audio = vchiq_device_register(&pdev->dev, "bcm2835-audio"); 1418 - bcm2835_camera = vchiq_device_register(&pdev->dev, "bcm2835-camera"); 1419 1419 1420 1420 return 0; 1421 1421 } ··· 1424 1426 struct vchiq_drv_mgmt *mgmt = dev_get_drvdata(&pdev->dev); 1425 1427 1426 1428 vchiq_device_unregister(bcm2835_audio); 1427 - vchiq_device_unregister(bcm2835_camera); 1428 1429 vchiq_debugfs_deinit(); 1429 1430 vchiq_deregister_chrdev(); 1430 1431 vchiq_platform_uninit(mgmt);