diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-10-20 02:12:59 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-10-20 13:19:15 +0300 |
commit | 00aa3ac82ed0bc7d49f3235bec2991a647de3529 (patch) | |
tree | d490ecd2f11a50c21225993f8fff33d9ded7c05d /test/ipa | |
parent | c3a5467f7d91807ed8c6dbdee107638ceca15b1c (diff) |
ipa: Rename ipa_vimc.h to vimc.h
To be consistent with the other pipeline handlers that don't prefix
their IPA protocol header with ipa_, rename ipa_vimc.h to vimc.h.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'test/ipa')
-rw-r--r-- | test/ipa/ipa_interface_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ipa/ipa_interface_test.cpp b/test/ipa/ipa_interface_test.cpp index 1bc93a63..67488409 100644 --- a/test/ipa/ipa_interface_test.cpp +++ b/test/ipa/ipa_interface_test.cpp @@ -14,7 +14,7 @@ #include <libcamera/event_dispatcher.h> #include <libcamera/event_notifier.h> -#include <libcamera/ipa/ipa_vimc.h> +#include <libcamera/ipa/vimc.h> #include <libcamera/timer.h> #include "libcamera/internal/device_enumerator.h" |