board: Seagate: Remove <common.h> and add needed includes

Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Reviewed-by: Tony Dinh <mibodhi@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini 2024-04-30 20:40:58 -06:00
parent eadad7f88b
commit ae1b69e86a
3 changed files with 0 additions and 3 deletions

View file

@ -9,7 +9,6 @@
* Marvell Semiconductor <www.marvell.com>
*/
#include <common.h>
#include <bootstage.h>
#include <init.h>
#include <netdev.h>

View file

@ -12,7 +12,6 @@
* Marvell Semiconductor <www.marvell.com>
*/
#include <common.h>
#include <bootstage.h>
#include <init.h>
#include <netdev.h>

View file

@ -8,7 +8,6 @@
* Marvell Semiconductor <www.marvell.com>
*/
#include <common.h>
#include <init.h>
#include <miiphy.h>
#include <net.h>