diff options
author | Naushir Patuck <naush@raspberrypi.com> | 2021-02-18 12:48:23 +0000 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2021-02-19 11:37:30 +0000 |
commit | a6c41759fcdd90f395ea90040e55d1b881ea04f6 (patch) | |
tree | 71fa5300ef8b4907e6590f602d8d9e4fc4a24406 /include | |
parent | 22a33aa48feb31f654c1d06f14ea9a9d418f02a5 (diff) |
pipeline: ipa: raspberrypi: Rename IPA Interface namespace to ipa::RPi
Rename the IPA interface namespace to ipa::RPi for consistency with
the libcamera::RPi namespace label.
There is no functional change in this commit.
Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/libcamera/ipa/raspberrypi.mojom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libcamera/ipa/raspberrypi.mojom b/include/libcamera/ipa/raspberrypi.mojom index 9c05cc68..5a27b1e4 100644 --- a/include/libcamera/ipa/raspberrypi.mojom +++ b/include/libcamera/ipa/raspberrypi.mojom @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: LGPL-2.1-or-later */ -module ipa.rpi; +module ipa.RPi; import "include/libcamera/ipa/core.mojom"; |