[PATCH 3/3] libcamera: rkisp1: Maintain alphabetical order of forward declarations
Umang Jain
umang.jain at ideasonboard.com
Fri Oct 11 11:22:22 CEST 2024
Alphabetical order of Forward declarations should be maintained hence,
'class V4L2Subdevice' should come after 'class SensorConfiguration'.
Fix it.
Signed-off-by: Umang Jain <umang.jain at ideasonboard.com>
---
src/libcamera/pipeline/rkisp1/rkisp1_path.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libcamera/pipeline/rkisp1/rkisp1_path.h b/src/libcamera/pipeline/rkisp1/rkisp1_path.h
index 8461071f..45be8476 100644
--- a/src/libcamera/pipeline/rkisp1/rkisp1_path.h
+++ b/src/libcamera/pipeline/rkisp1/rkisp1_path.h
@@ -26,8 +26,8 @@ namespace libcamera {
class CameraSensor;
class MediaDevice;
-class V4L2Subdevice;
class SensorConfiguration;
+class V4L2Subdevice;
struct StreamConfiguration;
struct V4L2SubdeviceFormat;
--
2.45.2
More information about the libcamera-devel
mailing list