diff options
Diffstat (limited to 'sim/bfin/dv-eth_phy.c')
-rw-r--r-- | sim/bfin/dv-eth_phy.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/bfin/dv-eth_phy.c b/sim/bfin/dv-eth_phy.c index bc7413e..56aad6f 100644 --- a/sim/bfin/dv-eth_phy.c +++ b/sim/bfin/dv-eth_phy.c @@ -201,7 +201,8 @@ eth_phy_finish (struct hw *me) #endif -const struct hw_descriptor dv_eth_phy_descriptor[] = { +const struct hw_descriptor dv_eth_phy_descriptor[] = +{ {"eth_phy", eth_phy_finish,}, {NULL, NULL}, }; |