is_valid_ether_addr() is used, but the header here it is declared was not included. This fixes a problem introduced in commit: commit 521acfd92f168fc9b8b6a1cefe9a165243f3d872 Author: Patrick Ziegler <patrick.ziegler@xxxxxxxx> Date: Thu Aug 15 14:40:09 2013 +0200 backports: add eth_prepare_mac_addr_change() and eth_commit_mac_addr_change() Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> Cc: Patrick Ziegler <patrick.ziegler@xxxxxxxx> --- backport/compat/compat-3.9.c | 1 + 1 file changed, 1 insertion(+) diff --git a/backport/compat/compat-3.9.c b/backport/compat/compat-3.9.c index ba8e3cf..d85a79f 100644 --- a/backport/compat/compat-3.9.c +++ b/backport/compat/compat-3.9.c @@ -15,6 +15,7 @@ #include <linux/netdevice.h> #include <linux/if.h> #include <linux/if_ether.h> +#include <linux/etherdevice.h> #ifdef __sg_page_iter_next -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html