diff options
| author | Harout Hedeshian <harouth@codeaurora.org> | 2014-06-17 08:10:43 -0600 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-22 11:05:17 -0700 |
| commit | 4d6ec5cecc3517bfd834d9ec042d585deca280c1 (patch) | |
| tree | 44be243333473f1e43b7c85762d9dc35d416c114 /net/rmnet_data/rmnet_map_command.c | |
| parent | 95106c070a701a56f3cde5c1506e3a0aeeaab7ff (diff) | |
net: rmnet_data: Move MAP header definition to UAPI
Expose the MAP header to the rest of the kernel and user space. Useful for
making various parts of the kernel MAP aware. Keeping consistency with
other networking procols by exposing protocol headers to user space with
a header file in UAPI.
CRs-Fixed: 681280
Change-Id: Ic7f414f926f68531418725f971ab2b44459f5ea1
Signed-off-by: Harout Hedeshian <harouth@codeaurora.org>
[subashab@codeaurora.org: resolve trivial merge conflicts]
Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
Diffstat (limited to 'net/rmnet_data/rmnet_map_command.c')
| -rw-r--r-- | net/rmnet_data/rmnet_map_command.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/rmnet_data/rmnet_map_command.c b/net/rmnet_data/rmnet_map_command.c index 32326ea88a1b..bf66bf0edc6d 100644 --- a/net/rmnet_data/rmnet_map_command.c +++ b/net/rmnet_data/rmnet_map_command.c @@ -16,6 +16,7 @@ #include <linux/skbuff.h> #include <linux/netdevice.h> #include <linux/rmnet_data.h> +#include <linux/net_map.h> #include <net/pkt_sched.h> #include "rmnet_data_config.h" #include "rmnet_map.h" |
