From 2f46dec94936e190098a6d0b5380137b025575b9 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Thu, 24 Sep 2020 10:19:25 +0100 Subject: ipa: raspberrypi: Rename the controller namespace from Rpi to RpiController This avoids a namespace clash with the RPi namespace used by the ipa and pipeline handlers, and cleans up the syntax slightly. There are no functional changes in this commit. Signed-off-by: Naushir Patuck Reviewed-by: Jacopo Mondi Reviewed-by: Kieran Bingham Acked-by: Laurent Pinchart Signed-off-by: Kieran Bingham --- src/ipa/raspberrypi/controller/rpi/dpc.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ipa/raspberrypi/controller/rpi/dpc.hpp') diff --git a/src/ipa/raspberrypi/controller/rpi/dpc.hpp b/src/ipa/raspberrypi/controller/rpi/dpc.hpp index 9fb72867..d90285c4 100644 --- a/src/ipa/raspberrypi/controller/rpi/dpc.hpp +++ b/src/ipa/raspberrypi/controller/rpi/dpc.hpp @@ -9,7 +9,7 @@ #include "../algorithm.hpp" #include "../dpc_status.h" -namespace RPi { +namespace RPiController { // Back End algorithm to apply appropriate GEQ settings. @@ -29,4 +29,4 @@ private: DpcConfig config_; }; -} // namespace RPi +} // namespace RPiController -- cgit v1.2.1