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/cpu/mcf5445x/dspi.c | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/m68k/cpu/mcf5445x/dspi.c') diff --git a/arch/m68k/cpu/mcf5445x/dspi.c b/arch/m68k/cpu/mcf5445x/dspi.c index 456af171a4..13eb6ecee1 100644 --- a/arch/m68k/cpu/mcf5445x/dspi.c +++ b/arch/m68k/cpu/mcf5445x/dspi.c @@ -6,7 +6,6 @@ * CPU specific dspi routines */ -#include #include #include -- cgit v1.2.3