]> git.baikalelectronics.ru Git - kernel.git/commit
net: Fix some fallout from the etner_addr_copy() changes.
authorDavid S. Miller <davem@davemloft.net>
Wed, 22 Jan 2014 02:55:22 +0000 (18:55 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 Jan 2014 02:57:26 +0000 (18:57 -0800)
commitbd005c6aec50f98ec8259bfd916ae27648a9c90f
tree307320b788f6c6ced9f8ebcfa6c7ba70941e23bf
parent2f933b9b97c6e166bed77d2431c9e25de9386e15
net: Fix some fallout from the etner_addr_copy() changes.

net/appletalk/aarp.c: In function ‘__aarp_send_query’:
net/appletalk/aarp.c:137:2: error: implicit declaration of function ‘ether_addr_copy’ [-Werror=implicit-function-declaration]
 ...
net/atm/lec.c: In function ‘send_to_lecd’:
net/atm/lec.c:524:3: warning: passing argument 1 of ‘ether_addr_copy’ from incompatible pointer type [enabled by default]
In file included from net/atm/lec.c:17:0:
include/linux/etherdevice.h:227:20: note: expected ‘u8 *’ but argument is of type ‘unsigned char (*)[6]’
 ...
net/caif/caif_usb.c: In function ‘cfusbl_create’:
net/caif/caif_usb.c:108:2: error: implicit declaration of function ‘ether_addr_copy’ [-Werror=implicit-function-declaration]

Signed-off-by: David S. Miller <davem@davemloft.net>
net/appletalk/aarp.c
net/atm/lec.c