diff mbox

[v2,03/11] copy-list: move mpls includes

Message ID 20171013094226.10021-3-johannes@sipsolutions.net (mailing list archive)
State Accepted
Headers show

Commit Message

Johannes Berg Oct. 13, 2017, 9:42 a.m. UTC
From: Johannes Berg <johannes.berg@intel.com>

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
---
 copy-list | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)
diff mbox

Patch

diff --git a/copy-list b/copy-list
index 11fd3455d611..0bd232f44b56 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