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

board: eets: 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 67b87187
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
* Copyright (C) 2011, Texas Instruments, Incorporated - https://www.ti.com/
*/
#include <common.h>
#include <config.h>
#include <env.h>
#include <errno.h>
#include <init.h>
......
......@@ -7,7 +7,7 @@
* Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/
*/
#include <common.h>
#include <config.h>
#include <i2c.h>
#include <asm/arch/sys_proto.h>
#include <asm/arch/hardware.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