[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160422100638.4f4280bf@xeon-e3>
Date: Fri, 22 Apr 2016 10:06:38 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Jamal Hadi Salim <hadi@...atatu.com>,
David Miller <davem@...hat.com>
Cc: netdev@...r.kernel.org
Subject: [PATCH net-next] tc_act: export all user headers
The file tc_ife.h was missing from the export list.
Rather than continue to cherry-pick, just export all headers in the directory.
Signed-off-by: Stephen Hemminger <stephen@...workplumber.org>
--- a/include/uapi/linux/tc_act/Kbuild 2015-05-21 15:13:05.121132983 -0700
+++ b/include/uapi/linux/tc_act/Kbuild 2016-04-22 10:03:24.733449078 -0700
@@ -1,12 +1,2 @@
# UAPI Header export list
-header-y += tc_csum.h
-header-y += tc_defact.h
-header-y += tc_gact.h
-header-y += tc_ipt.h
-header-y += tc_mirred.h
-header-y += tc_nat.h
-header-y += tc_pedit.h
-header-y += tc_skbedit.h
-header-y += tc_vlan.h
-header-y += tc_bpf.h
-header-y += tc_connmark.h
+header-y += *.h
Powered by blists - more mailing lists