diff options
Diffstat (limited to 'net/tipc/eth_media.c')
-rw-r--r-- | net/tipc/eth_media.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/eth_media.c b/net/tipc/eth_media.c index 5dfe66357794..b69092eb95d8 100644 --- a/net/tipc/eth_media.c +++ b/net/tipc/eth_media.c | |||
@@ -56,7 +56,7 @@ struct eth_bearer { | |||
56 | }; | 56 | }; |
57 | 57 | ||
58 | static struct eth_bearer eth_bearers[MAX_ETH_BEARERS]; | 58 | static struct eth_bearer eth_bearers[MAX_ETH_BEARERS]; |
59 | static int eth_started = 0; | 59 | static int eth_started; |
60 | static struct notifier_block notifier; | 60 | static struct notifier_block notifier; |
61 | 61 | ||
62 | /** | 62 | /** |