summaryrefslogtreecommitdiff
path: root/copy-list
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2017-10-12 14:20:35 +0200
committerJohannes Berg <johannes.berg@intel.com>2017-10-13 10:57:21 +0200
commitde1f448fda84cb89a1b1eb9d98ad662331a693c4 (patch)
tree712f55539b90a66fcf40d8368b1a01ebb3346656 /copy-list
parent245baebd9d4fda2cc824781298863aafb32eef89 (diff)
copy-list: move mpls includes
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'copy-list')
-rw-r--r--copy-list11
1 files changed, 5 insertions, 6 deletions
diff --git a/copy-list b/copy-list
index 11fd3455..0bd232f4 100644
--- a/copy-list
+++ b/copy-list
@@ -65,6 +65,11 @@ net/Makefile
net/Kconfig
net/wireless/
net/mac80211/
+# MPLS labels, checked on skb->protocol on the
+# respective 802 family, only ethernet seems to use
+# this right now, see 960d97f95
+include/linux/mpls.h
+include/uapi/linux/mpls.h
drivers/net/wireless/ath/
drivers/ssb/
@@ -113,9 +118,3 @@ include/uapi/linux/nfc.h
drivers/nfc/
include/linux/platform_data/nfcmrvl.h
include/linux/platform_data/nxp-nci.h
-
-# MPLS labels, checked on skb->protocol on the
-# respective 802 family, only ethernet seems to use
-# this right now, see 960d97f95
-include/linux/mpls.h
-include/uapi/linux/mpls.h