diff options
-rw-r--r-- | net/appletalk/aarp.c | 1 | ||||
-rw-r--r-- | net/atm/lec.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net/appletalk/aarp.c b/net/appletalk/aarp.c index d0b7be15dbb9..d27b86dfb0e9 100644 --- a/net/appletalk/aarp.c +++ b/net/appletalk/aarp.c | |||
@@ -40,6 +40,7 @@ | |||
40 | #include <linux/proc_fs.h> | 40 | #include <linux/proc_fs.h> |
41 | #include <linux/seq_file.h> | 41 | #include <linux/seq_file.h> |
42 | #include <linux/export.h> | 42 | #include <linux/export.h> |
43 | #include <linux/etherdevice.h> | ||
43 | 44 | ||
44 | int sysctl_aarp_expiry_time = AARP_EXPIRY_TIME; | 45 | int sysctl_aarp_expiry_time = AARP_EXPIRY_TIME; |
45 | int sysctl_aarp_tick_time = AARP_TICK_TIME; | 46 | int sysctl_aarp_tick_time = AARP_TICK_TIME; |
diff --git a/net/atm/lec.c b/net/atm/lec.c index 0b73ae9a1040..5a2f602d07e1 100644 --- a/net/atm/lec.c +++ b/net/atm/lec.c | |||
@@ -521,7 +521,7 @@ send_to_lecd(struct lec_priv *priv, atmlec_msg_type type, | |||
521 | if (data != NULL) | 521 | if (data != NULL) |
522 | mesg->sizeoftlvs = data->len; | 522 | mesg->sizeoftlvs = data->len; |
523 | if (mac_addr) | 523 | if (mac_addr) |
524 | ether_addr_copy(&mesg->content.normal.mac_addr, mac_addr); | 524 | ether_addr_copy(mesg->content.normal.mac_addr, mac_addr); |
525 | else | 525 | else |
526 | mesg->content.normal.targetless_le_arp = 1; | 526 | mesg->content.normal.targetless_le_arp = 1; |
527 | if (atm_addr) | 527 | if (atm_addr) |