Skip to content
Snippets Groups Projects
Commit 67b87187 authored by Tom Rini's avatar Tom Rini
Browse files

board: ea: 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: default avatarTom Rini <trini@konsulko.com>
parent f1f9871e
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
*/
#include <init.h>
#include <common.h>
#include <config.h>
#include <asm/io.h>
#include <asm/global_data.h>
......
......@@ -3,7 +3,6 @@
* Copyright (C) 2016 Freescale Semiconductor, Inc.
*/
#include <common.h>
#include <init.h>
#include <asm/global_data.h>
#include <asm/io.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment