On Tue, Apr 30, 2024 at 7:44 PM Tom Rini <[email protected]> wrote: > > Remove <common.h> from this board vendor directory and when needed > add missing include files directly. > > Signed-off-by: Tom Rini <[email protected]> > --- > Cc: Tony Dinh <[email protected]> > Cc: Luka Perkov <[email protected]>
Reviewed-by: Tony Dinh <[email protected]> > --- > board/iomega/iconnect/iconnect.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/board/iomega/iconnect/iconnect.c > b/board/iomega/iconnect/iconnect.c > index 038716020019..00b08987e9e8 100644 > --- a/board/iomega/iconnect/iconnect.c > +++ b/board/iomega/iconnect/iconnect.c > @@ -6,7 +6,6 @@ > * Luka Perkov <[email protected]> > */ > > -#include <common.h> > #include <init.h> > #include <netdev.h> > #include <asm/arch/cpu.h> > -- > 2.34.1 >

