diff options
Diffstat (limited to 'arch/arm/mach-imx/pcm970-baseboard.c')
-rw-r--r-- | arch/arm/mach-imx/pcm970-baseboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/pcm970-baseboard.c b/arch/arm/mach-imx/pcm970-baseboard.c index 8e4580733018..c491f59e7294 100644 --- a/arch/arm/mach-imx/pcm970-baseboard.c +++ b/arch/arm/mach-imx/pcm970-baseboard.c | |||
@@ -23,9 +23,9 @@ | |||
23 | 23 | ||
24 | #include <asm/mach/arch.h> | 24 | #include <asm/mach/arch.h> |
25 | 25 | ||
26 | #include <mach/common.h> | ||
27 | #include <mach/hardware.h> | 26 | #include <mach/hardware.h> |
28 | 27 | ||
28 | #include "common.h" | ||
29 | #include "devices-imx27.h" | 29 | #include "devices-imx27.h" |
30 | #include "iomux-mx27.h" | 30 | #include "iomux-mx27.h" |
31 | 31 | ||