diff options
Diffstat (limited to 'include/asm-v850/linkage.h')
-rw-r--r-- | include/asm-v850/linkage.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-v850/linkage.h b/include/asm-v850/linkage.h index 291c2d0..b6185d3c 100644 --- a/include/asm-v850/linkage.h +++ b/include/asm-v850/linkage.h @@ -1,6 +1,8 @@ #ifndef __ASM_LINKAGE_H #define __ASM_LINKAGE_H -/* Nothing to see here... */ +#ifdef __ASSEMBLY__ +#include <asm/asm.h> +#endif #endif |