aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/bl_bit.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/include/asm/bl_bit.h')
-rw-r--r--arch/sh/include/asm/bl_bit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/include/asm/bl_bit.h b/arch/sh/include/asm/bl_bit.h
index 45e6b9fc37a0..06e4163c6746 100644
--- a/arch/sh/include/asm/bl_bit.h
+++ b/arch/sh/include/asm/bl_bit.h
@@ -2,9 +2,9 @@
2#define __ASM_SH_BL_BIT_H 2#define __ASM_SH_BL_BIT_H
3 3
4#ifdef CONFIG_SUPERH32 4#ifdef CONFIG_SUPERH32
5# include "bl_bit_32.h" 5# include <asm/bl_bit_32.h>
6#else 6#else
7# include "bl_bit_64.h" 7# include <asm/bl_bit_64.h>
8#endif 8#endif
9 9
10#endif /* __ASM_SH_BL_BIT_H */ 10#endif /* __ASM_SH_BL_BIT_H */