From 07011890a60fe45074defbe39f4dca90f82c4955 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 12 Oct 2023 19:03:56 -0400 Subject: 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 Acked-by: Angelo Dureghello --- arch/m68k/lib/interrupts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/m68k/lib/interrupts.c') 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 +#include #include #include #include -- cgit v1.2.3