commit | 14e481445da8028900464fa90e2908d96fee71a8 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Jan 21 22:54:01 2014 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 21 22:54:01 2014 -0800 |
tree | 1d776df2af99812c7c04874a5fc2ed83d020034e | |
parent | 37692299319db31f33f04ce418604781fa5710fb [diff] |
net: Missing change from the ether_addr_copy() fixups. Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/caif/caif_usb.c b/net/caif/caif_usb.c index dda589c..ba02db0 100644 --- a/net/caif/caif_usb.c +++ b/net/caif/caif_usb.c
@@ -14,6 +14,7 @@ #include <linux/mii.h> #include <linux/usb.h> #include <linux/usb/usbnet.h> +#include <linux/etherdevice.h> #include <net/netns/generic.h> #include <net/caif/caif_dev.h> #include <net/caif/caif_layer.h>