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

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

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2024-05-07 08:00:24 -06:00
parent 37aab1e496
commit f52b3c4dcf
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -3,7 +3,6 @@
* Copyright 2012 Calxeda, Inc.
*/
#include <common.h>
#include <ahci.h>
#include <asm/io.h>
#include <linux/delay.h>
-1
View File
@@ -10,7 +10,6 @@
* Copyright (C) 2019 Arm Ltd.
*/
#include <common.h>
#include <dm.h>
#include <dm/lists.h>
-1
View File
@@ -3,7 +3,6 @@
* Copyright 2010-2011 Calxeda, Inc.
*/
#include <common.h>
#include <ahci.h>
#include <cpu_func.h>
#include <env.h>