From: Laurent Pinchart Date: Wed, 1 May 2024 13:08:10 +0000 (+0100) Subject: media: bcm2835-unicam: Include v4l2-subdev.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=79390f965be77dbe13eaa5745e6f94623ba30627;p=linux.git media: bcm2835-unicam: Include v4l2-subdev.h 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-lkp@intel.com/ Signed-off-by: Laurent Pinchart Reported-by: kernel test robot Reviewed-by: Ricardo Ribalda Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/platform/broadcom/bcm2835-unicam.c b/drivers/media/platform/broadcom/bcm2835-unicam.c index c590e26fe2cfe..3c7878d8d79bf 100644 --- a/drivers/media/platform/broadcom/bcm2835-unicam.c +++ b/drivers/media/platform/broadcom/bcm2835-unicam.c @@ -55,6 +55,7 @@ #include #include #include +#include #include #include "bcm2835-unicam-regs.h"