mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 10:26:10 +01: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:
		| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user