1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-15 04:42:02 +00:00
openmptcprouter/root/target/linux/bcm27xx/patches-5.15/950-0363-hack-fixup-bcm2835-unicam.patch

22 lines
673 B
Diff
Raw Normal View History

2022-04-22 15:00:47 +00:00
From d1293d72b708274b4addc2081e516d7c0432d2cb Mon Sep 17 00:00:00 2001
2021-11-24 17:32:01 +00:00
From: Dom Cobley <popcornmix@gmail.com>
Date: Wed, 17 Mar 2021 12:45:53 +0000
2022-04-22 15:00:47 +00:00
Subject: [PATCH 363/828] hack: fixup bcm2835-unicam
2021-11-24 17:32:01 +00:00
---
drivers/media/platform/bcm2835/bcm2835-unicam.c | 3 +++
1 file changed, 3 insertions(+)
--- a/drivers/media/platform/bcm2835/bcm2835-unicam.c
+++ b/drivers/media/platform/bcm2835/bcm2835-unicam.c
@@ -72,6 +72,9 @@
#include <media/v4l2-fwnode.h>
#include <media/videobuf2-dma-contig.h>
+#include <media/v4l2-async.h>
+#define v4l2_async_notifier_add_subdev __v4l2_async_notifier_add_subdev
+
#include "vc4-regs-unicam.h"
#define UNICAM_MODULE_NAME "unicam"