Skip to content

Commit e31d4d6

Browse files
jailuthragregkh
authored andcommitted
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>
1 parent 90204a3 commit e31d4d6

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • drivers/staging/vc04_services/interface/vchiq_arm

drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
* the interface.
6363
*/
6464
static struct vchiq_device *bcm2835_audio;
65-
static struct vchiq_device *bcm2835_camera;
6665

6766
static const struct vchiq_platform_info bcm2835_info = {
6867
.cache_line_size = 32,
@@ -1416,7 +1415,6 @@ static int vchiq_probe(struct platform_device *pdev)
14161415
vchiq_debugfs_init(&mgmt->state);
14171416

14181417
bcm2835_audio = vchiq_device_register(&pdev->dev, "bcm2835-audio");
1419-
bcm2835_camera = vchiq_device_register(&pdev->dev, "bcm2835-camera");
14201418

14211419
return 0;
14221420
}
@@ -1426,7 +1424,6 @@ static void vchiq_remove(struct platform_device *pdev)
14261424
struct vchiq_drv_mgmt *mgmt = dev_get_drvdata(&pdev->dev);
14271425

14281426
vchiq_device_unregister(bcm2835_audio);
1429-
vchiq_device_unregister(bcm2835_camera);
14301427
vchiq_debugfs_deinit();
14311428
vchiq_deregister_chrdev();
14321429
vchiq_platform_uninit(mgmt);

0 commit comments

Comments
 (0)