From f52b3c4dcf9dbe003020ce418f0dec1dd0020c33 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 30 Apr 2024 20:41:56 -0600 Subject: [PATCH] board: highbank: Remove and add needed includes Remove from this board vendor directory and when needed add missing include files directly. Signed-off-by: Tom Rini --- board/highbank/ahci.c | 1 - board/highbank/hb_sregs.c | 1 - board/highbank/highbank.c | 1 - 3 files changed, 3 deletions(-) diff --git a/board/highbank/ahci.c b/board/highbank/ahci.c index 9c057278ac..899c502dfb 100644 --- a/board/highbank/ahci.c +++ b/board/highbank/ahci.c @@ -3,7 +3,6 @@ * Copyright 2012 Calxeda, Inc. */ -#include #include #include #include diff --git a/board/highbank/hb_sregs.c b/board/highbank/hb_sregs.c index d9dd2c2bf6..94052f7a3f 100644 --- a/board/highbank/hb_sregs.c +++ b/board/highbank/hb_sregs.c @@ -10,7 +10,6 @@ * Copyright (C) 2019 Arm Ltd. */ -#include #include #include diff --git a/board/highbank/highbank.c b/board/highbank/highbank.c index 7f67d1e453..f3df83ed6c 100644 --- a/board/highbank/highbank.c +++ b/board/highbank/highbank.c @@ -3,7 +3,6 @@ * Copyright 2010-2011 Calxeda, Inc. */ -#include #include #include #include -- 2.39.5