mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-26 15:28:50 +00:00
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:
parent
eadad7f88b
commit
ae1b69e86a
3 changed files with 0 additions and 3 deletions
|
@ -9,7 +9,6 @@
|
|||
* Marvell Semiconductor <www.marvell.com>
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <bootstage.h>
|
||||
#include <init.h>
|
||||
#include <netdev.h>
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
* Marvell Semiconductor <www.marvell.com>
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <bootstage.h>
|
||||
#include <init.h>
|
||||
#include <netdev.h>
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
* Marvell Semiconductor <www.marvell.com>
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <init.h>
|
||||
#include <miiphy.h>
|
||||
#include <net.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue