backports: add missing include for is_valid_ether_addr()
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 18 Aug 2013 23:37:48 +0000 (01:37 +0200)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Tue, 27 Aug 2013 18:43:04 +0000 (11:43 -0700)
commit06f1b7f6ac3d71d964e6ebab69f2281e540de97d
treeb1cfa406326b1936ca2b8d3553fe5c9188f693f3
parent7c2bebcb9966dac91720a5b1849862e2c577c210
backports: add missing include for is_valid_ether_addr()

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@fh-kl.de>
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@hauke-m.de>
Cc: Patrick Ziegler <patrick.ziegler@fh-kl.de>
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
backport/compat/compat-3.9.c