From: David Howells Date: Tue, 9 Oct 2012 08:49:15 +0000 (+0100) Subject: UAPI: (Scripted) Disintegrate include/xen X-Git-Tag: v3.7-rc1~19^2^2 X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=72503791edffe516848d0f01d377fa9cd0711970;p=~andy%2Flinux 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 --- diff --git a/include/uapi/xen/Kbuild b/include/uapi/xen/Kbuild index aafaa5aa54d..61257cb1465 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 84ad8f02fee..e69de29bb2d 100644 --- a/include/xen/Kbuild +++ b/include/xen/Kbuild @@ -1,2 +0,0 @@ -header-y += evtchn.h -header-y += privcmd.h