diff options
Diffstat (limited to 'drivers/i2c')
-rw-r--r-- | drivers/i2c/busses/i2c-pxa.c | 2 |
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 |