Merge "net: Include additional rmnet header in flow_dissector"
This commit is contained in:
commit
93e700b2d2
2 changed files with 3 additions and 0 deletions
|
@ -23,7 +23,9 @@
|
|||
#ifdef CONFIG_USB_QCOM_DIAG_BRIDGE
|
||||
#include "diagfwd_hsic.h"
|
||||
#endif
|
||||
#ifdef CONFIG_MSM_MHI
|
||||
#include "diagfwd_mhi.h"
|
||||
#endif
|
||||
#include "diag_dci.h"
|
||||
|
||||
#ifndef CONFIG_USB_QCOM_DIAG_BRIDGE
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
#include <linux/if_vlan.h>
|
||||
#include <net/ip.h>
|
||||
#include <net/ipv6.h>
|
||||
#include <net/rmnet_config.h>
|
||||
#include <linux/igmp.h>
|
||||
#include <linux/icmp.h>
|
||||
#include <linux/sctp.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue