Skip to content

Commit 42f5497

Browse files
committed
drivers: video: stm32_dcmipp: move video/ header directory to drivers/
During zephyrproject-rtos#89407 a driver-specific header stm32_dcmipp.h got introduced to support new functionnalities not yet covered by video APIs. Move this header into a new <include/zephyr/drivers/video/> include direcctory like what other driver classes do. Signed-off-by: Josuah Demangeon <me@josuah.net>
1 parent b3ccee4 commit 42f5497

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

drivers/video/video_stm32_dcmipp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#include <zephyr/drivers/video-controls.h>
1717
#include <zephyr/dt-bindings/video/video-interfaces.h>
1818
#include <zephyr/logging/log.h>
19-
#include <zephyr/video/stm32_dcmipp.h>
19+
#include <zephyr/drivers/video/stm32_dcmipp.h>
2020

2121
#include "video_ctrls.h"
2222
#include "video_device.h"

0 commit comments

Comments
 (0)