mpc85xx: add static to init functions

No reason for them not to be so. Matches various upstream commits for
PPC.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16345
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
Rosen Penev 2024-09-06 15:22:00 -07:00 committed by Robert Marko
parent 5f3a7f7bad
commit 39d0fd6a36
10 changed files with 10 additions and 10 deletions

View File

@ -28,7 +28,7 @@
#include "mpc85xx.h" #include "mpc85xx.h"
void __init br200_wp_pic_init(void) static void __init br200_wp_pic_init(void)
{ {
struct mpic *mpic; struct mpic *mpic;

View File

@ -34,7 +34,7 @@
#include "mpc85xx.h" #include "mpc85xx.h"
void __init firebox_t10_pic_init(void) static void __init firebox_t10_pic_init(void)
{ {
struct mpic *mpic; struct mpic *mpic;

View File

@ -33,7 +33,7 @@
#include "mpc85xx.h" #include "mpc85xx.h"
void __init hiveap_330_pic_init(void) static void __init hiveap_330_pic_init(void)
{ {
struct mpic *mpic; struct mpic *mpic;

View File

@ -35,7 +35,7 @@
#include "mpc85xx.h" #include "mpc85xx.h"
void __init msm_pic_init(void) static void __init msm_pic_init(void)
{ {
struct mpic *mpic; struct mpic *mpic;

View File

@ -35,7 +35,7 @@
#include "mpc85xx.h" #include "mpc85xx.h"
void __init panda_pic_init(void) static void __init panda_pic_init(void)
{ {
struct mpic *mpic; struct mpic *mpic;

View File

@ -34,7 +34,7 @@
#include "mpc85xx.h" #include "mpc85xx.h"
void __init red_15w_rev1_pic_init(void) static void __init red_15w_rev1_pic_init(void)
{ {
struct mpic *mpic; struct mpic *mpic;

View File

@ -32,7 +32,7 @@
#include "mpc85xx.h" #include "mpc85xx.h"
void __init tl_wdr4900_v1_pic_init(void) static void __init tl_wdr4900_v1_pic_init(void)
{ {
struct mpic *mpic = mpic_alloc(NULL, 0, MPIC_BIG_ENDIAN | struct mpic *mpic = mpic_alloc(NULL, 0, MPIC_BIG_ENDIAN |
MPIC_SINGLE_DEST_CPU, MPIC_SINGLE_DEST_CPU,

View File

@ -35,7 +35,7 @@
#include "mpc85xx.h" #include "mpc85xx.h"
void __init ws_ap3710i_pic_init(void) static void __init ws_ap3710i_pic_init(void)
{ {
struct mpic *mpic; struct mpic *mpic;

View File

@ -34,7 +34,7 @@
#include "mpc85xx.h" #include "mpc85xx.h"
void __init wsap3715i_pic_init(void) static void __init wsap3715i_pic_init(void)
{ {
struct mpic *mpic; struct mpic *mpic;

View File

@ -35,7 +35,7 @@
#include "mpc85xx.h" #include "mpc85xx.h"
void __init ws_ap3825i_pic_init(void) static void __init ws_ap3825i_pic_init(void)
{ {
struct mpic *mpic; struct mpic *mpic;