This is an automatic generated email to let you know that the following patch 
were queued:

Subject: media: bcm2835-unicam: Include v4l2-subdev.h
Author:  Laurent Pinchart <laurent.pinch...@ideasonboard.com>
Date:    Wed May 1 14:08:10 2024 +0100

The unicam driver uses the v4l2_subdev structure. Include the
corresponding header instead of relying on indirect includes.

Closes: 
https://lore.kernel.org/oe-kbuild-all/202404302324.8atc84ke-...@intel.com/

Signed-off-by: Laurent Pinchart <laurent.pinch...@ideasonboard.com>
Reported-by: kernel test robot <l...@intel.com>
Reviewed-by: Ricardo Ribalda <riba...@chromium.org>
Signed-off-by: Sakari Ailus <sakari.ai...@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mche...@kernel.org>

 drivers/media/platform/broadcom/bcm2835-unicam.c | 1 +
 1 file changed, 1 insertion(+)

---

diff --git a/drivers/media/platform/broadcom/bcm2835-unicam.c 
b/drivers/media/platform/broadcom/bcm2835-unicam.c
index c590e26fe2cf..3c7878d8d79b 100644
--- a/drivers/media/platform/broadcom/bcm2835-unicam.c
+++ b/drivers/media/platform/broadcom/bcm2835-unicam.c
@@ -55,6 +55,7 @@
 #include <media/v4l2-ioctl.h>
 #include <media/v4l2-fwnode.h>
 #include <media/v4l2-mc.h>
+#include <media/v4l2-subdev.h>
 #include <media/videobuf2-dma-contig.h>
 
 #include "bcm2835-unicam-regs.h"

Reply via email to