]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: zyxel: Remove <common.h> and add needed includes
authorTom Rini <trini@konsulko.com>
Wed, 1 May 2024 02:43:16 +0000 (20:43 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 May 2024 14:00:40 +0000 (08:00 -0600)
Remove <common.h> from this board vendor directory and when needed
add missing include files directly.

Reviewed-by: Tony Dinh <mibodhi@gmail.com>
Tested-by: Tony Dinh <mibodhi@gmail.com> # on Zyxel NSA310s
Signed-off-by: Tom Rini <trini@konsulko.com>
board/zyxel/nsa310s/nsa310s.c
board/zyxel/nsa325/nsa325.c

index b3ea6608914a1a4264086a241e63ac430c53f392..d018b5738242c6f131a446f5c4cde5c5cd2e25c9 100644 (file)
@@ -4,7 +4,6 @@
  * Copyright (C) 2015 Gerald Kerma <dreagle@doukki.net>
  */
 
-#include <common.h>
 #include <init.h>
 #include <netdev.h>
 #include <asm/arch/cpu.h>
index f5f63ee5d3b00469c9c11f8057e90e19329e8d6f..38340b33c8bf5bccb5ed60b5d42b97e17cdd8056 100644 (file)
@@ -14,7 +14,6 @@
  * Marvell Semiconductor <www.marvell.com>
  */
 
-#include <common.h>
 #include <asm/arch/soc.h>
 #include <asm/arch/mpp.h>
 #include <netdev.h>