summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/powernv/subcore.h
diff options
context:
space:
mode:
authorChengyang Fan <cy.fan@huawei.com>2021-01-25 17:53:38 +0800
committerMichael Ellerman <mpe@ellerman.id.au>2021-02-09 00:10:50 +1100
commit6c6fdbb2b7002aa04e418b5d2b26df1c5ba5ab80 (patch)
tree1fc449a267a40b110c08408fe04f26a84de8411c /arch/powerpc/platforms/powernv/subcore.h
parent665d8d58761cba41147fe7e98e2ceed1cbf603a2 (diff)
powerpc: remove unneeded semicolons
Remove superfluous semicolons after function definitions. Signed-off-by: Chengyang Fan <cy.fan@huawei.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20210125095338.1719405-1-cy.fan@huawei.com
Diffstat (limited to 'arch/powerpc/platforms/powernv/subcore.h')
-rw-r--r--arch/powerpc/platforms/powernv/subcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/powernv/subcore.h b/arch/powerpc/platforms/powernv/subcore.h
index c8f574d1c04a..77feee8436d4 100644
--- a/arch/powerpc/platforms/powernv/subcore.h
+++ b/arch/powerpc/platforms/powernv/subcore.h
@@ -15,7 +15,7 @@
void split_core_secondary_loop(u8 *state);
extern void update_subcore_sibling_mask(void);
#else
-static inline void update_subcore_sibling_mask(void) { };
+static inline void update_subcore_sibling_mask(void) { }
#endif /* CONFIG_SMP */
#endif /* __ASSEMBLY__ */