diff options
author | Eric Miao <eric.miao@marvell.com> | 2009-04-13 11:03:11 +0400 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2009-06-05 06:32:01 +0400 |
commit | f0a83701399123b0e95cc4d949fcccf9941fd190 (patch) | |
tree | 4074ae13ab01dca8073288a9b9a0e048fc12a551 /arch/arm/mach-pxa/magician.c | |
parent | f23d4911319fdebffd0529b31bb66d324ef287e6 (diff) | |
download | linux-f0a83701399123b0e95cc4d949fcccf9941fd190.tar.xz |
[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 'arch/arm/mach-pxa/magician.c')
-rw-r--r-- | arch/arm/mach-pxa/magician.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/magician.c b/arch/arm/mach-pxa/magician.c index c899bbd94dc0..5a9df973935d 100644 --- a/arch/arm/mach-pxa/magician.c +++ b/arch/arm/mach-pxa/magician.c @@ -36,7 +36,7 @@ #include <mach/pxa27x.h> #include <mach/magician.h> #include <mach/pxafb.h> -#include <mach/i2c.h> +#include <plat/i2c.h> #include <mach/mmc.h> #include <mach/irda.h> #include <mach/ohci.h> |