summaryrefslogtreecommitdiff
path: root/arch/csky/include/asm/sections.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/csky/include/asm/sections.h')
-rw-r--r--arch/csky/include/asm/sections.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/csky/include/asm/sections.h b/arch/csky/include/asm/sections.h
index 4192cba8445d..83e82b7c0f6c 100644
--- a/arch/csky/include/asm/sections.h
+++ b/arch/csky/include/asm/sections.h
@@ -7,4 +7,6 @@
extern char _start[];
+asmlinkage void csky_start(unsigned int unused, void *dtb_start);
+
#endif /* __ASM_SECTIONS_H */