|
@@ -9,8 +9,8 @@
|
|
|
* 2 of the License, or (at your option) any later version.
|
|
|
*/
|
|
|
|
|
|
-#ifndef _ASM_FRV_UNALIGNED_H
|
|
|
-#define _ASM_FRV_UNALIGNED_H
|
|
|
+#ifndef _ASM_UNALIGNED_H
|
|
|
+#define _ASM_UNALIGNED_H
|
|
|
|
|
|
#include <linux/unaligned/le_byteshift.h>
|
|
|
#include <linux/unaligned/be_byteshift.h>
|
|
@@ -19,4 +19,4 @@
|
|
|
#define get_unaligned __get_unaligned_be
|
|
|
#define put_unaligned __put_unaligned_be
|
|
|
|
|
|
-#endif /* _ASM_FRV_UNALIGNED_H */
|
|
|
+#endif /* _ASM_UNALIGNED_H */
|