From: Caleb Connolly Date: Mon, 15 Jul 2024 10:08:16 +0000 (+0200) Subject: power: regulator: qcom-rpmh-regulator: adjust headers for U-Boot X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=13bed6c9032d0c2ad5e229a6c919f7aa6c4fe640;p=u-boot.git power: regulator: qcom-rpmh-regulator: adjust headers for U-Boot Remove unused/unsupported Linux headers and add necessary U-Boot ones. Acked-by: Sumit Garg Signed-off-by: Caleb Connolly --- diff --git a/drivers/power/regulator/qcom-rpmh-regulator.c b/drivers/power/regulator/qcom-rpmh-regulator.c index 80e3047113..5f522de447 100644 --- a/drivers/power/regulator/qcom-rpmh-regulator.c +++ b/drivers/power/regulator/qcom-rpmh-regulator.c @@ -5,15 +5,12 @@ #define pr_fmt(fmt) "%s: " fmt, __func__ #include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include #include #include