Commit 31205f0e authored by Chengyang Fan's avatar Chengyang Fan Committed by Thomas Bogendoerfer

MIPS: asm: spram: remove unneeded semicolon

Remove a superfluous semicolon after function definition.
Signed-off-by: default avatarChengyang Fan <cy.fan@huawei.com>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent 7cf52001
......@@ -5,7 +5,7 @@
#if defined(CONFIG_MIPS_SPRAM)
extern __init void spram_config(void);
#else
static inline void spram_config(void) { };
static inline void spram_config(void) { }
#endif /* CONFIG_MIPS_SPRAM */
#endif /* _MIPS_SPRAM_H */
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