diff options
Diffstat (limited to 'arch/arm/include/asm/io.h')
-rw-r--r-- | arch/arm/include/asm/io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/io.h b/arch/arm/include/asm/io.h index ffe07c0f46d8..94a95d7fafd6 100644 --- a/arch/arm/include/asm/io.h +++ b/arch/arm/include/asm/io.h | |||
@@ -82,7 +82,7 @@ extern void __readwrite_bug(const char *fn); | |||
82 | /* | 82 | /* |
83 | * Now, pick up the machine-defined IO definitions | 83 | * Now, pick up the machine-defined IO definitions |
84 | */ | 84 | */ |
85 | #include <asm/arch/io.h> | 85 | #include <mach/io.h> |
86 | 86 | ||
87 | /* | 87 | /* |
88 | * IO port access primitives | 88 | * IO port access primitives |