diff options
Diffstat (limited to 'include/asm-um')
-rw-r--r-- | include/asm-um/alternative-asm.h (renamed from include/asm-um/alternative-asm.i) | 2 | ||||
-rw-r--r-- | include/asm-um/frame.h (renamed from include/asm-um/frame.i) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-um/alternative-asm.i b/include/asm-um/alternative-asm.h index cae9faca132f..9aa9fa2402a4 100644 --- a/include/asm-um/alternative-asm.i +++ b/include/asm-um/alternative-asm.h | |||
@@ -1,6 +1,6 @@ | |||
1 | #ifndef __UM_ALTERNATIVE_ASM_I | 1 | #ifndef __UM_ALTERNATIVE_ASM_I |
2 | #define __UM_ALTERNATIVE_ASM_I | 2 | #define __UM_ALTERNATIVE_ASM_I |
3 | 3 | ||
4 | #include "asm/arch/alternative-asm.i" | 4 | #include "asm/arch/alternative-asm.h" |
5 | 5 | ||
6 | #endif | 6 | #endif |
diff --git a/include/asm-um/frame.i b/include/asm-um/frame.h index 09d5dca5d928..8a8c1cb415b4 100644 --- a/include/asm-um/frame.i +++ b/include/asm-um/frame.h | |||
@@ -1,6 +1,6 @@ | |||
1 | #ifndef __UM_FRAME_I | 1 | #ifndef __UM_FRAME_I |
2 | #define __UM_FRAME_I | 2 | #define __UM_FRAME_I |
3 | 3 | ||
4 | #include "asm/arch/frame.i" | 4 | #include "asm/arch/frame.h" |
5 | 5 | ||
6 | #endif | 6 | #endif |