MIPS: asm: spram: remove unneeded semicolon
Remove a superfluous semicolon after function definition. Signed-off-by: Chengyang Fan <cy.fan@huawei.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
committed by
Thomas Bogendoerfer
parent
7cf52001ee
commit
31205f0e00
@@ -5,7 +5,7 @@
|
|||||||
#if defined(CONFIG_MIPS_SPRAM)
|
#if defined(CONFIG_MIPS_SPRAM)
|
||||||
extern __init void spram_config(void);
|
extern __init void spram_config(void);
|
||||||
#else
|
#else
|
||||||
static inline void spram_config(void) { };
|
static inline void spram_config(void) { }
|
||||||
#endif /* CONFIG_MIPS_SPRAM */
|
#endif /* CONFIG_MIPS_SPRAM */
|
||||||
|
|
||||||
#endif /* _MIPS_SPRAM_H */
|
#endif /* _MIPS_SPRAM_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user