aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c
diff options
context:
space:
mode:
authorEric Miao <eric.miao@marvell.com>2009-04-13 03:03:11 -0400
committerEric Miao <eric.y.miao@gmail.com>2009-06-04 22:32:01 -0400
commitf0a83701399123b0e95cc4d949fcccf9941fd190 (patch)
tree4074ae13ab01dca8073288a9b9a0e048fc12a551 /drivers/i2c
parentf23d4911319fdebffd0529b31bb66d324ef287e6 (diff)
[ARM] pxa: move mach/i2c.h to plat/i2c.h
Signed-off-by: Paul Shen <paul.shen@marvell.com> Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'drivers/i2c')
-rw-r--r--drivers/i2c/busses/i2c-pxa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-pxa.c b/drivers/i2c/busses/i2c-pxa.c
index e4ee8835b97f..035a6c7e59df 100644
--- a/drivers/i2c/busses/i2c-pxa.c
+++ b/drivers/i2c/busses/i2c-pxa.c
@@ -36,7 +36,7 @@
36 36
37#include <asm/irq.h> 37#include <asm/irq.h>
38#include <asm/io.h> 38#include <asm/io.h>
39#include <mach/i2c.h> 39#include <plat/i2c.h>
40 40
41/* 41/*
42 * I2C register offsets will be shifted 0 or 1 bit left, depending on 42 * I2C register offsets will be shifted 0 or 1 bit left, depending on