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:
@@ -3,7 +3,6 @@
|
|||||||
* Copyright (C) 2016 Imagination Technologies
|
* Copyright (C) 2016 Imagination Technologies
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
|
||||||
#include <init.h>
|
#include <init.h>
|
||||||
|
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
* Copyright (C) 2016 Imagination Technologies
|
* Copyright (C) 2016 Imagination Technologies
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
#include <config.h>
|
||||||
#include <init.h>
|
#include <init.h>
|
||||||
#include <asm/global_data.h>
|
#include <asm/global_data.h>
|
||||||
|
|
||||||
|
@@ -3,7 +3,6 @@
|
|||||||
* Copyright (C) 2016 Imagination Technologies
|
* Copyright (C) 2016 Imagination Technologies
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
|
||||||
#include <fdt_support.h>
|
#include <fdt_support.h>
|
||||||
#include <asm/global_data.h>
|
#include <asm/global_data.h>
|
||||||
|
|
||||||
|
@@ -6,7 +6,6 @@
|
|||||||
* Author: Paul Burton <paul.burton@imgtec.com>
|
* Author: Paul Burton <paul.burton@imgtec.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
|
||||||
#include <env.h>
|
#include <env.h>
|
||||||
#include <init.h>
|
#include <init.h>
|
||||||
#include <net.h>
|
#include <net.h>
|
||||||
|
@@ -6,7 +6,6 @@
|
|||||||
* Setup code for the FDC37M817 super I/O controller
|
* Setup code for the FDC37M817 super I/O controller
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
|
|
||||||
#define SIO_CONF_PORT 0x3f0
|
#define SIO_CONF_PORT 0x3f0
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
#include <config.h>
|
||||||
#include <init.h>
|
#include <init.h>
|
||||||
#include <asm/global_data.h>
|
#include <asm/global_data.h>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user