diff options
author | Tom Rini <trini@konsulko.com> | 2023-10-12 19:03:56 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-10-24 16:34:45 -0400 |
commit | 07011890a60fe45074defbe39f4dca90f82c4955 (patch) | |
tree | 3261da51f7faf52474cc065a196b5e86fddb748f /arch/m68k/lib/interrupts.c | |
parent | 60c08dd7718364e3ab4565801e7d972aec2ee036 (diff) |
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>
Diffstat (limited to 'arch/m68k/lib/interrupts.c')
-rw-r--r-- | arch/m68k/lib/interrupts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/lib/interrupts.c b/arch/m68k/lib/interrupts.c index 799daab5612..175ec689533 100644 --- a/arch/m68k/lib/interrupts.c +++ b/arch/m68k/lib/interrupts.c @@ -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> |