1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-07 11:15:09 +02:00

m68k: Remove common.h usage

We can remove common.h from most cases of the code here, and only a few
places need an additional header instead.

Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Angelo Dureghello <angelo@kernel-space.org>
This commit is contained in:
Tom Rini
2023-10-12 19:03:56 -04:00
parent 60c08dd771
commit 07011890a6
39 changed files with 17 additions and 30 deletions

View File

@@ -7,7 +7,7 @@
* TsiChung Liew (Tsi-Chung.Liew@freescale.com)
*/
#include <common.h>
#include <stdio.h>
#include <irq_func.h>
#include <watchdog.h>
#include <asm/processor.h>