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 <step...@networkplumber.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