mirror of https://gitee.com/openkylin/linux.git
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:
parent
7cf52001ee
commit
31205f0e00
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue