Skip to content
Snippets Groups Projects
Commit 3d93f695 authored by Alexey Brodkin's avatar Alexey Brodkin Committed by Heiko Schocher
Browse files

designware_i2c: remove inclusion of <asm/arch/hardware.h>


As soon as all boards have their CONFIG_SYS_I2C_BASE defined in
configuration files instead of "asm/arch/hardware.h" it's safe to remove
the inclusion in question and make driver platform-independent.

Cc: Tom Rini <trini@ti.com>
Cc: Heiko Schocher <hs@denx.de>
Cc: Stefan Roese <sr@denx.de>
Cc: Vipin Kumar <vipin.kumar@st.com>
Cc: Armando Visconti <armando.visconti@st.com>

Signed-off-by: default avatarAlexey Brodkin <abrodkin@synopsys.com>
parent f93f589c
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,6 @@
#include <common.h>
#include <asm/io.h>
#include <asm/arch/hardware.h>
#include "designware_i2c.h"
#ifdef CONFIG_I2C_MULTI_BUS
......
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