projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84a61fb
)
powerpc/85xx: Make c293_pcie_pic_init() static
author
Michael Ellerman
<mpe@ellerman.id.au>
Wed, 24 Nov 2021 09:32:51 +0000
(20:32 +1100)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Mon, 29 Nov 2021 11:49:17 +0000
(22:49 +1100)
To fix the W=1 warning:
linux/arch/powerpc/platforms/85xx/c293pcie.c:22:13: error: no previous prototype for ‘c293_pcie_pic_init’
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link:
https://lore.kernel.org/r/20211124093254.1054750-3-mpe@ellerman.id.au
arch/powerpc/platforms/85xx/c293pcie.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/85xx/c293pcie.c
b/arch/powerpc/platforms/85xx/c293pcie.c
index
8d9a250
..
58a398c
100644
(file)
--- a/
arch/powerpc/platforms/85xx/c293pcie.c
+++ b/
arch/powerpc/platforms/85xx/c293pcie.c
@@
-19,7
+19,7
@@
#include "mpc85xx.h"
-void __init c293_pcie_pic_init(void)
+
static
void __init c293_pcie_pic_init(void)
{
struct mpic *mpic = mpic_alloc(NULL, 0, MPIC_BIG_ENDIAN |
MPIC_SINGLE_DEST_CPU, 0, 256, " OpenPIC ");