From 0f231fbcd204284709b17650392128b11d4512f4 Mon Sep 17 00:00:00 2001 From: David Howells Date: Tue, 9 Oct 2012 09:49:06 +0100 Subject: [PATCH] --- yaml --- r: 332946 b: refs/heads/master c: b6bf56c6be2be7ccebebfd91b1f11889296cbd9e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/tc_ematch/Kbuild | 4 ---- trunk/include/uapi/linux/tc_ematch/Kbuild | 4 ++++ trunk/include/{ => uapi}/linux/tc_ematch/tc_em_cmp.h | 0 trunk/include/{ => uapi}/linux/tc_ematch/tc_em_meta.h | 0 trunk/include/{ => uapi}/linux/tc_ematch/tc_em_nbyte.h | 0 trunk/include/{ => uapi}/linux/tc_ematch/tc_em_text.h | 0 7 files changed, 5 insertions(+), 5 deletions(-) rename trunk/include/{ => uapi}/linux/tc_ematch/tc_em_cmp.h (100%) rename trunk/include/{ => uapi}/linux/tc_ematch/tc_em_meta.h (100%) rename trunk/include/{ => uapi}/linux/tc_ematch/tc_em_nbyte.h (100%) rename trunk/include/{ => uapi}/linux/tc_ematch/tc_em_text.h (100%) diff --git a/[refs] b/[refs] index 2cc3e6070d32..04c7da46366a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 611128eb3927941abcfdca5b7515cf02aab601ec +refs/heads/master: b6bf56c6be2be7ccebebfd91b1f11889296cbd9e diff --git a/trunk/include/linux/tc_ematch/Kbuild b/trunk/include/linux/tc_ematch/Kbuild index 4a58a1c32a00..e69de29bb2d1 100644 --- a/trunk/include/linux/tc_ematch/Kbuild +++ b/trunk/include/linux/tc_ematch/Kbuild @@ -1,4 +0,0 @@ -header-y += tc_em_cmp.h -header-y += tc_em_meta.h -header-y += tc_em_nbyte.h -header-y += tc_em_text.h diff --git a/trunk/include/uapi/linux/tc_ematch/Kbuild b/trunk/include/uapi/linux/tc_ematch/Kbuild index aafaa5aa54d4..53fca3925535 100644 --- a/trunk/include/uapi/linux/tc_ematch/Kbuild +++ b/trunk/include/uapi/linux/tc_ematch/Kbuild @@ -1 +1,5 @@ # UAPI Header export list +header-y += tc_em_cmp.h +header-y += tc_em_meta.h +header-y += tc_em_nbyte.h +header-y += tc_em_text.h diff --git a/trunk/include/linux/tc_ematch/tc_em_cmp.h b/trunk/include/uapi/linux/tc_ematch/tc_em_cmp.h similarity index 100% rename from trunk/include/linux/tc_ematch/tc_em_cmp.h rename to trunk/include/uapi/linux/tc_ematch/tc_em_cmp.h diff --git a/trunk/include/linux/tc_ematch/tc_em_meta.h b/trunk/include/uapi/linux/tc_ematch/tc_em_meta.h similarity index 100% rename from trunk/include/linux/tc_ematch/tc_em_meta.h rename to trunk/include/uapi/linux/tc_ematch/tc_em_meta.h diff --git a/trunk/include/linux/tc_ematch/tc_em_nbyte.h b/trunk/include/uapi/linux/tc_ematch/tc_em_nbyte.h similarity index 100% rename from trunk/include/linux/tc_ematch/tc_em_nbyte.h rename to trunk/include/uapi/linux/tc_ematch/tc_em_nbyte.h diff --git a/trunk/include/linux/tc_ematch/tc_em_text.h b/trunk/include/uapi/linux/tc_ematch/tc_em_text.h similarity index 100% rename from trunk/include/linux/tc_ematch/tc_em_text.h rename to trunk/include/uapi/linux/tc_ematch/tc_em_text.h