aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/include/asm/processor.h')
-rw-r--r--arch/sh/include/asm/processor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/include/asm/processor.h b/arch/sh/include/asm/processor.h
index 3d14aeaef57c..5448f9bbf4ab 100644
--- a/arch/sh/include/asm/processor.h
+++ b/arch/sh/include/asm/processor.h
@@ -175,9 +175,9 @@ extern unsigned int instruction_size(unsigned int insn);
175#endif /* __ASSEMBLY__ */ 175#endif /* __ASSEMBLY__ */
176 176
177#ifdef CONFIG_SUPERH32 177#ifdef CONFIG_SUPERH32
178# include "processor_32.h" 178# include <asm/processor_32.h>
179#else 179#else
180# include "processor_64.h" 180# include <asm/processor_64.h>
181#endif 181#endif
182 182
183#endif /* __ASM_SH_PROCESSOR_H */ 183#endif /* __ASM_SH_PROCESSOR_H */