board: wandboard: 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:40 -06:00
parent 5da43cb7d9
commit 4d6962f403
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
* Richard Hu <hakahu@gmail.com>
*/
#include <common.h>
#include <config.h>
#include <init.h>
#include <asm/arch/clock.h>
#include <asm/arch/imx-regs.h>
-1
View File
@@ -6,7 +6,6 @@
* Author: Fabio Estevam <fabio.estevam@freescale.com>
*/
#include <common.h>
#include <image.h>
#include <init.h>
#include <log.h>