Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

UAPI: (Scripted) Disintegrate include/linux/tc_act

Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Michael Kerrisk <mtk.manpages@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: Dave Jones <davej@redhat.com>

+7 -7
-7
include/linux/tc_act/Kbuild
··· 1 - header-y += tc_gact.h 2 - header-y += tc_ipt.h 3 - header-y += tc_mirred.h 4 - header-y += tc_pedit.h 5 - header-y += tc_nat.h 6 - header-y += tc_skbedit.h 7 - header-y += tc_csum.h
include/linux/tc_act/tc_csum.h include/uapi/linux/tc_act/tc_csum.h
include/linux/tc_act/tc_gact.h include/uapi/linux/tc_act/tc_gact.h
include/linux/tc_act/tc_ipt.h include/uapi/linux/tc_act/tc_ipt.h
include/linux/tc_act/tc_mirred.h include/uapi/linux/tc_act/tc_mirred.h
include/linux/tc_act/tc_nat.h include/uapi/linux/tc_act/tc_nat.h
include/linux/tc_act/tc_pedit.h include/uapi/linux/tc_act/tc_pedit.h
include/linux/tc_act/tc_skbedit.h include/uapi/linux/tc_act/tc_skbedit.h
+7
include/uapi/linux/tc_act/Kbuild
··· 1 1 # UAPI Header export list 2 + header-y += tc_csum.h 3 + header-y += tc_gact.h 4 + header-y += tc_ipt.h 5 + header-y += tc_mirred.h 6 + header-y += tc_nat.h 7 + header-y += tc_pedit.h 8 + header-y += tc_skbedit.h