diff options
Diffstat (limited to 'drivers/tsec.c')
| -rw-r--r-- | drivers/tsec.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/drivers/tsec.c b/drivers/tsec.c index c9e7f97e7..c01112349 100644 --- a/drivers/tsec.c +++ b/drivers/tsec.c @@ -71,6 +71,7 @@ static struct tsec_info_struct tsec_info[] = {  #else  	{TSEC1_PHY_ADDR, TSEC_GIGABIT, TSEC1_PHYIDX},  #endif +#else  	{0, 0, 0},  #endif  #if defined(CONFIG_TSEC2) @@ -79,6 +80,7 @@ static struct tsec_info_struct tsec_info[] = {  #else  	{TSEC2_PHY_ADDR, TSEC_GIGABIT, TSEC2_PHYIDX},  #endif +#else  	{0, 0, 0},  #endif  #ifdef CONFIG_MPC85XX_FEC |