diff options
Diffstat (limited to 'net/tipc/eth_media.c')
-rw-r--r-- | net/tipc/eth_media.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tipc/eth_media.c b/net/tipc/eth_media.c index cd0a4b8b0ecf..527e3f0e165d 100644 --- a/net/tipc/eth_media.c +++ b/net/tipc/eth_media.c | |||
@@ -56,7 +56,7 @@ struct eth_bearer { | |||
56 | struct work_struct cleanup; | 56 | struct work_struct cleanup; |
57 | }; | 57 | }; |
58 | 58 | ||
59 | static struct media eth_media_info; | 59 | static struct tipc_media eth_media_info; |
60 | static struct eth_bearer eth_bearers[MAX_ETH_BEARERS]; | 60 | static struct eth_bearer eth_bearers[MAX_ETH_BEARERS]; |
61 | static int eth_started; | 61 | static int eth_started; |
62 | static struct notifier_block notifier; | 62 | static struct notifier_block notifier; |
@@ -340,7 +340,7 @@ static int eth_msg2addr(struct tipc_media_addr *a, char *msg_area) | |||
340 | * Ethernet media registration info | 340 | * Ethernet media registration info |
341 | */ | 341 | */ |
342 | 342 | ||
343 | static struct media eth_media_info = { | 343 | static struct tipc_media eth_media_info = { |
344 | .send_msg = send_msg, | 344 | .send_msg = send_msg, |
345 | .enable_bearer = enable_bearer, | 345 | .enable_bearer = enable_bearer, |
346 | .disable_bearer = disable_bearer, | 346 | .disable_bearer = disable_bearer, |