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>
This commit is contained in:
Naushir Patuck 2021-02-18 12:48:23 +00:00 committed by Kieran Bingham
parent 22a33aa48f
commit a6c41759fc
5 changed files with 39 additions and 39 deletions

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */
module ipa.rpi;
module ipa.RPi;
import "include/libcamera/ipa/core.mojom";