Commit 178f0ffa authored by Sam Ravnborg's avatar Sam Ravnborg Committed by David S. Miller

sparc32: fix build breakage

Add forward declaration to kernel.h to fix build breakage
in some configurations
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent bf656998
......@@ -27,6 +27,7 @@ static inline unsigned long kimage_addr_to_ra(const char *p)
#ifdef CONFIG_SPARC32
/* setup_32.c */
struct linux_romvec;
void sparc32_start_kernel(struct linux_romvec *rp);
/* cpu.c */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment