mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
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:
parent
5f3a7f7bad
commit
39d0fd6a36
@ -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;
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
@ -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,
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user