summaryrefslogtreecommitdiff
path: root/net/caif
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2014-01-22 06:54:01 (GMT)
committerDavid S. Miller <davem@davemloft.net>2014-01-22 06:54:01 (GMT)
commit14e481445da8028900464fa90e2908d96fee71a8 (patch)
tree1d776df2af99812c7c04874a5fc2ed83d020034e /net/caif
parent37692299319db31f33f04ce418604781fa5710fb (diff)
downloadlinux-14e481445da8028900464fa90e2908d96fee71a8.tar.xz
net: Missing change from the ether_addr_copy() fixups.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/caif')
-rw-r--r--net/caif/caif_usb.c1
1 files changed, 1 insertions, 0 deletions
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>