aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-stm32mp/stm32mp1/psci.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-30 07:35:32 -0600
committerTom Rini <trini@konsulko.com>2024-05-06 15:06:33 -0600
commite8df6eeb8db445c3440670e712a24dae0afdabce (patch)
tree91f51d737d3249ee7db29bd4d15b7992be5046cd /arch/arm/mach-stm32mp/stm32mp1/psci.c
parentd6bf10009bd061c57ffd57f95dc12013bcc65d99 (diff)
downloadu-boot-e8df6eeb8db445c3440670e712a24dae0afdabce.zip
u-boot-e8df6eeb8db445c3440670e712a24dae0afdabce.tar.gz
u-boot-e8df6eeb8db445c3440670e712a24dae0afdabce.tar.bz2
arm: stm32/stm32mp: Remove <common.h> and add needed includes
Remove <common.h> from all mach-stm32 and mach-stm32mp files and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-stm32mp/stm32mp1/psci.c')
-rw-r--r--arch/arm/mach-stm32mp/stm32mp1/psci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-stm32mp/stm32mp1/psci.c b/arch/arm/mach-stm32mp/stm32mp1/psci.c
index 4f2379d..7772546 100644
--- a/arch/arm/mach-stm32mp/stm32mp1/psci.c
+++ b/arch/arm/mach-stm32mp/stm32mp1/psci.c
@@ -4,7 +4,6 @@
*/
#include <config.h>
-#include <common.h>
#include <asm/armv7.h>
#include <asm/cache.h>
#include <asm/gic.h>
@@ -13,6 +12,7 @@
#include <asm/secure.h>
#include <hang.h>
#include <linux/bitops.h>
+#include <linux/errno.h>
/* PWR */
#define PWR_CR3 0x0c