aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/paca.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/include/asm/paca.h
parentpowerpc/akebono: Fix unmet dependency errors (diff)
downloadlinux-dev-6c6fdbb2b7002aa04e418b5d2b26df1c5ba5ab80.tar.xz
linux-dev-6c6fdbb2b7002aa04e418b5d2b26df1c5ba5ab80.zip
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/include/asm/paca.h')
-rw-r--r--arch/powerpc/include/asm/paca.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/powerpc/include/asm/paca.h b/arch/powerpc/include/asm/paca.h
index 38e0c55e845d..169e687fd479 100644
--- a/arch/powerpc/include/asm/paca.h
+++ b/arch/powerpc/include/asm/paca.h
@@ -289,9 +289,9 @@ extern void free_unused_pacas(void);
#else /* CONFIG_PPC64 */
-static inline void allocate_paca_ptrs(void) { };
-static inline void allocate_paca(int cpu) { };
-static inline void free_unused_pacas(void) { };
+static inline void allocate_paca_ptrs(void) { }
+static inline void allocate_paca(int cpu) { }
+static inline void free_unused_pacas(void) { }
#endif /* CONFIG_PPC64 */