[PATCH v4 11/21] soc: qcom: rpmh: adjust headers for U-Boot
Caleb Connolly
caleb.connolly at linaro.org
Tue Jul 9 11:34:39 CEST 2024
Drop unused/unsupported Linux headers and add dm/device.h for U-Boot.
Signed-off-by: Caleb Connolly <caleb.connolly at linaro.org>
---
drivers/soc/qcom/rpmh.c | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/drivers/soc/qcom/rpmh.c b/drivers/soc/qcom/rpmh.c
index 8903ed956312..03ef4106c9a6 100644
--- a/drivers/soc/qcom/rpmh.c
+++ b/drivers/soc/qcom/rpmh.c
@@ -2,22 +2,14 @@
/*
* Copyright (c) 2016-2018, The Linux Foundation. All rights reserved.
*/
-#include <linux/atomic.h>
+#include <dm/device.h>
+#include <dm/device_compat.h>
#include <linux/bug.h>
-#include <linux/interrupt.h>
-#include <linux/jiffies.h>
#include <linux/kernel.h>
#include <linux/list.h>
-#include <linux/lockdep.h>
-#include <linux/module.h>
-#include <linux/of.h>
-#include <linux/platform_device.h>
-#include <linux/slab.h>
-#include <linux/spinlock.h>
#include <linux/types.h>
-#include <linux/wait.h>
#include <soc/qcom/rpmh.h>
#include "rpmh-internal.h"
--
2.45.2
More information about the U-Boot
mailing list