diff options
author | David Howells <dhowells@redhat.com> | 2012-10-09 09:49:15 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-10-09 09:49:15 +0100 |
commit | 72503791edffe516848d0f01d377fa9cd0711970 (patch) | |
tree | 5efd561fbefca3dae799f7fc3a44ee7b838676f8 /include | |
parent | 9e2d8656f5e8aa214e66b462680cf86b210b74a8 (diff) | |
download | linux-3.10-72503791edffe516848d0f01d377fa9cd0711970.tar.gz linux-3.10-72503791edffe516848d0f01d377fa9cd0711970.tar.bz2 linux-3.10-72503791edffe516848d0f01d377fa9cd0711970.zip |
UAPI: (Scripted) Disintegrate include/xen
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/xen/Kbuild | 2 | ||||
-rw-r--r-- | include/uapi/xen/evtchn.h (renamed from include/xen/evtchn.h) | 0 | ||||
-rw-r--r-- | include/uapi/xen/privcmd.h (renamed from include/xen/privcmd.h) | 0 | ||||
-rw-r--r-- | include/xen/Kbuild | 2 |
4 files changed, 2 insertions, 2 deletions
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 index 14e833ee4e0..14e833ee4e0 100644 --- a/include/xen/evtchn.h +++ b/include/uapi/xen/evtchn.h diff --git a/include/xen/privcmd.h b/include/uapi/xen/privcmd.h index a85316811d7..a85316811d7 100644 --- a/include/xen/privcmd.h +++ b/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 |