From 72503791edffe516848d0f01d377fa9cd0711970 Mon Sep 17 00:00:00 2001 From: David Howells Date: Tue, 9 Oct 2012 09:49:15 +0100 Subject: [PATCH] UAPI: (Scripted) Disintegrate include/xen Signed-off-by: David Howells Acked-by: Arnd Bergmann Acked-by: Thomas Gleixner Acked-by: Michael Kerrisk Acked-by: Paul E. McKenney Acked-by: Dave Jones --- include/uapi/xen/Kbuild | 2 ++ include/{ => uapi}/xen/evtchn.h | 0 include/{ => uapi}/xen/privcmd.h | 0 include/xen/Kbuild | 2 -- 4 files changed, 2 insertions(+), 2 deletions(-) rename include/{ => uapi}/xen/evtchn.h (100%) rename include/{ => uapi}/xen/privcmd.h (100%) diff --git a/include/uapi/xen/Kbuild b/include/uapi/xen/Kbuild index aafaa5aa54d4..61257cb14653 100644 --- a/include/uapi/xen/Kbuild +++ b/include/uapi/xen/Kbuild @@ -1 +1,3 @@ # UAPI Header export list +header-y += evtchn.h +header-y += privcmd.h diff --git a/include/xen/evtchn.h b/include/uapi/xen/evtchn.h similarity index 100% rename from include/xen/evtchn.h rename to include/uapi/xen/evtchn.h diff --git a/include/xen/privcmd.h b/include/uapi/xen/privcmd.h similarity index 100% rename from include/xen/privcmd.h rename to include/uapi/xen/privcmd.h diff --git a/include/xen/Kbuild b/include/xen/Kbuild index 84ad8f02fee5..e69de29bb2d1 100644 --- a/include/xen/Kbuild +++ b/include/xen/Kbuild @@ -1,2 +0,0 @@ -header-y += evtchn.h -header-y += privcmd.h -- 2.34.1