From 14e481445da8028900464fa90e2908d96fee71a8 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Tue, 21 Jan 2014 22:54:01 -0800 Subject: [PATCH] net: Missing change from the ether_addr_copy() fixups. Signed-off-by: David S. Miller --- net/caif/caif_usb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/caif/caif_usb.c b/net/caif/caif_usb.c index dda589c3d9d..ba02db02290 100644 --- a/net/caif/caif_usb.c +++ b/net/caif/caif_usb.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include #include -- 2.43.2