board: imgtec: 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-04-30 20:41:59 -06:00
parent 5c1b46f98e
commit f7fd0355e0
6 changed files with 2 additions and 6 deletions

View File

@ -3,7 +3,6 @@
* Copyright (C) 2016 Imagination Technologies
*/
#include <common.h>
#include <init.h>
#include <asm/io.h>

View File

@ -3,7 +3,7 @@
* Copyright (C) 2016 Imagination Technologies
*/
#include <common.h>
#include <config.h>
#include <init.h>
#include <asm/global_data.h>

View File

@ -3,7 +3,6 @@
* Copyright (C) 2016 Imagination Technologies
*/
#include <common.h>
#include <fdt_support.h>
#include <asm/global_data.h>

View File

@ -6,7 +6,6 @@
* Author: Paul Burton <paul.burton@imgtec.com>
*/
#include <common.h>
#include <env.h>
#include <init.h>
#include <net.h>

View File

@ -6,7 +6,6 @@
* Setup code for the FDC37M817 super I/O controller
*/
#include <common.h>
#include <asm/io.h>
#define SIO_CONF_PORT 0x3f0

View File

@ -8,7 +8,7 @@
*
*/
#include <common.h>
#include <config.h>
#include <init.h>
#include <asm/global_data.h>