Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Chengyang Fan and committed by
Thomas Bogendoerfer
31205f0e 7cf52001

+1 -1
+1 -1
arch/mips/include/asm/spram.h
··· 5 5 #if defined(CONFIG_MIPS_SPRAM) 6 6 extern __init void spram_config(void); 7 7 #else 8 - static inline void spram_config(void) { }; 8 + static inline void spram_config(void) { } 9 9 #endif /* CONFIG_MIPS_SPRAM */ 10 10 11 11 #endif /* _MIPS_SPRAM_H */