summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-uniphier.c
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2015-03-22 17:08:59 -0500
committerSimon Glass <sjg@chromium.org>2015-04-18 11:11:09 -0600
commit0eb25b619699270a8af95c2f76791fd6c4b52972 (patch)
treebb85868e6f9403bb59928feccb08662553e93c25 /drivers/i2c/i2c-uniphier.c
parenteb374221ecac57a85009b801110249e5a0d09ad1 (diff)
downloadtalos-obmc-uboot-0eb25b619699270a8af95c2f76791fd6c4b52972.tar.gz
talos-obmc-uboot-0eb25b619699270a8af95c2f76791fd6c4b52972.zip
common: Make sure arch-specific map_sysmem() is defined
In the case where the arch defines a custom map_sysmem(), make sure that including just mapmem.h is sufficient to have these functions as they are when the arch does not override it. Also split the non-arch specific functions out of common.h Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/i2c/i2c-uniphier.c')
-rw-r--r--drivers/i2c/i2c-uniphier.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/i2c-uniphier.c b/drivers/i2c/i2c-uniphier.c
index 666272dd0d..c4972ff501 100644
--- a/drivers/i2c/i2c-uniphier.c
+++ b/drivers/i2c/i2c-uniphier.c
@@ -14,6 +14,7 @@
#include <dm/root.h>
#include <i2c.h>
#include <fdtdec.h>
+#include <mapmem.h>
DECLARE_GLOBAL_DATA_PTR;
OpenPOWER on IntegriCloud