diff options
Diffstat (limited to 'include/asm-frv/unaligned.h')
-rw-r--r-- | include/asm-frv/unaligned.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-frv/unaligned.h b/include/asm-frv/unaligned.h index 64ccc736f2d8..839a2fbffa0f 100644 --- a/include/asm-frv/unaligned.h +++ b/include/asm-frv/unaligned.h | |||
@@ -9,8 +9,8 @@ | |||
9 | * 2 of the License, or (at your option) any later version. | 9 | * 2 of the License, or (at your option) any later version. |
10 | */ | 10 | */ |
11 | 11 | ||
12 | #ifndef _ASM_FRV_UNALIGNED_H | 12 | #ifndef _ASM_UNALIGNED_H |
13 | #define _ASM_FRV_UNALIGNED_H | 13 | #define _ASM_UNALIGNED_H |
14 | 14 | ||
15 | #include <linux/unaligned/le_byteshift.h> | 15 | #include <linux/unaligned/le_byteshift.h> |
16 | #include <linux/unaligned/be_byteshift.h> | 16 | #include <linux/unaligned/be_byteshift.h> |
@@ -19,4 +19,4 @@ | |||
19 | #define get_unaligned __get_unaligned_be | 19 | #define get_unaligned __get_unaligned_be |
20 | #define put_unaligned __put_unaligned_be | 20 | #define put_unaligned __put_unaligned_be |
21 | 21 | ||
22 | #endif /* _ASM_FRV_UNALIGNED_H */ | 22 | #endif /* _ASM_UNALIGNED_H */ |