summaryrefslogtreecommitdiff
path: root/drivers/cpu/at91_cpu.c
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-05-01 19:30:38 -0600
committerTom Rini <[email protected]>2024-05-07 08:00:41 -0600
commit910522fc9cb45ab0331a641f84b06dfe48618894 (patch)
treee9c4285098431d166f13a5bb3ee69b7592f5c7c8 /drivers/cpu/at91_cpu.c
parent6ec93ba35848d916ad8d695cbdebbbeb38c5d2bd (diff)
cpu: Remove <common.h> and add needed includes
Remove <common.h> from this driver directory and when needed add missing include files directly. Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers/cpu/at91_cpu.c')
-rw-r--r--drivers/cpu/at91_cpu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/cpu/at91_cpu.c b/drivers/cpu/at91_cpu.c
index 34a3f61c7e9..b45cc6ca1a9 100644
--- a/drivers/cpu/at91_cpu.c
+++ b/drivers/cpu/at91_cpu.c
@@ -5,7 +5,6 @@
* Author: Claudiu Beznea <[email protected]>
*/
-#include <common.h>
#include <cpu.h>
#include <dm.h>
#include <div64.h>