summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-10-20 02:12:59 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-10-20 13:19:15 +0300
commit00aa3ac82ed0bc7d49f3235bec2991a647de3529 (patch)
treed490ecd2f11a50c21225993f8fff33d9ded7c05d /include
parentc3a5467f7d91807ed8c6dbdee107638ceca15b1c (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 'include')
-rw-r--r--include/libcamera/ipa/vimc.h (renamed from include/libcamera/ipa/ipa_vimc.h)2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libcamera/ipa/ipa_vimc.h b/include/libcamera/ipa/vimc.h
index 8e82dd94..22d97992 100644
--- a/include/libcamera/ipa/ipa_vimc.h
+++ b/include/libcamera/ipa/vimc.h
@@ -2,7 +2,7 @@
/*
* Copyright (C) 2019, Google Inc.
*
- * ipa_vimc.h - Vimc Image Processing Algorithm module
+ * vimc.h - Vimc Image Processing Algorithm module
*/
#ifndef __LIBCAMERA_IPA_VIMC_H__