From: Caleb Connolly Date: Mon, 15 Jul 2024 10:08:11 +0000 (+0200) Subject: soc: qcom: rpmh: adjust headers for U-Boot X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=e5218206cedc6dd9eb861e4b5c1573ce3e12f028;p=u-boot.git soc: qcom: rpmh: adjust headers for U-Boot Drop unused/unsupported Linux headers and add dm/device.h for U-Boot. Acked-by: Sumit Garg Signed-off-by: Caleb Connolly --- diff --git a/drivers/soc/qcom/rpmh.c b/drivers/soc/qcom/rpmh.c index 8903ed9563..03ef4106c9 100644 --- a/drivers/soc/qcom/rpmh.c +++ b/drivers/soc/qcom/rpmh.c @@ -3,20 +3,12 @@ * Copyright (c) 2016-2018, The Linux Foundation. All rights reserved. */ -#include +#include +#include #include -#include -#include #include #include -#include -#include -#include -#include -#include -#include #include -#include #include