From 9fcc0029ec7bc8c10bc318fc5828c4b5a2efd461 Mon Sep 17 00:00:00 2001 From: Paul Elder Date: Fri, 29 Mar 2024 21:44:29 +0900 Subject: ipa: rpi: controller: Use libipa's Pwl class To reduce code duplication, use the Pwl class from libipa. This also removes the Pwl class from the Raspberry Pi IPA. Signed-off-by: Paul Elder Reviewed-by: Stefan Klug Acked-by: David Plowman Reviewed-by: Kieran Bingham --- src/ipa/rpi/controller/cac_status.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ipa/rpi/controller/cac_status.h') diff --git a/src/ipa/rpi/controller/cac_status.h b/src/ipa/rpi/controller/cac_status.h index 475d4c5c..adffce41 100644 --- a/src/ipa/rpi/controller/cac_status.h +++ b/src/ipa/rpi/controller/cac_status.h @@ -6,8 +6,6 @@ */ #pragma once -#include "pwl.h" - struct CacStatus { std::vector lutRx; std::vector lutRy; -- cgit v1.2.1