diff options
Diffstat (limited to 'drivers/net/fm/p1023.c')
-rw-r--r-- | drivers/net/fm/p1023.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/fm/p1023.c b/drivers/net/fm/p1023.c index 9765da5b23..387d2a382d 100644 --- a/drivers/net/fm/p1023.c +++ b/drivers/net/fm/p1023.c @@ -23,7 +23,7 @@ #include <asm/immap_85xx.h> #include <asm/fsl_serdes.h> -u32 port_to_devdisr[] = { +static u32 port_to_devdisr[] = { [FM1_DTSEC1] = MPC85xx_DEVDISR_TSEC1, [FM1_DTSEC2] = MPC85xx_DEVDISR_TSEC2, }; |