summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb
diff options
context:
space:
mode:
authorDavid Ahern <dsahern@gmail.com>2019-03-22 09:06:09 -0400
committerDavid S. Miller <davem@davemloft.net>2019-03-29 13:53:45 -0400
commit3616d08bcbb564c7765187cd45ad392e49bad73a (patch)
tree150383f0c8b4de6bb39ec3b8440faf22497ff3ff /drivers/net/usb
parent5f4d6749c0659fe15c2e3b8d47c10f6e241c18c7 (diff)
ipv6: Move ipv6 stubs to a separate header file
The number of stubs is growing and has nothing to do with addrconf. Move the definition of the stubs to a separate header file and update users. In the move, drop the vxlan specific comment before ipv6_stub. Code move only; no functional change intended. Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/usb')
-rw-r--r--drivers/net/usb/cdc_mbim.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/usb/cdc_mbim.c b/drivers/net/usb/cdc_mbim.c
index 0362acd5cdca..28321aca48fe 100644
--- a/drivers/net/usb/cdc_mbim.c
+++ b/drivers/net/usb/cdc_mbim.c
@@ -23,6 +23,7 @@
23#include <linux/usb/cdc_ncm.h> 23#include <linux/usb/cdc_ncm.h>
24#include <net/ipv6.h> 24#include <net/ipv6.h>
25#include <net/addrconf.h> 25#include <net/addrconf.h>
26#include <net/ipv6_stubs.h>
26 27
27/* alternative VLAN for IP session 0 if not untagged */ 28/* alternative VLAN for IP session 0 if not untagged */
28#define MBIM_IPS0_VID 4094 29#define MBIM_IPS0_VID 4094