From 3f32b4fd37f291cf5807f0b8b281bf54d6006a60 Mon Sep 17 00:00:00 2001 From: David Vrabel Date: Mon, 10 Feb 2014 13:54:02 +0000 Subject: xen: install xen/gntdev.h and xen/gntalloc.h commit 564eb714f5f09ac733c26860d5f0831f213fbdf1 upstream. xen/gntdev.h and xen/gntalloc.h both provide userspace ABIs so they should be installed. Signed-off-by: David Vrabel Signed-off-by: Konrad Rzeszutek Wilk [bwh: Backported to 3.2: no renaming is required] Signed-off-by: Ben Hutchings --- include/xen/Kbuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/xen') diff --git a/include/xen/Kbuild b/include/xen/Kbuild index 84ad8f0..563161a 100644 --- a/include/xen/Kbuild +++ b/include/xen/Kbuild @@ -1,2 +1,4 @@ header-y += evtchn.h +header-y += gntalloc.h +header-y += gntdev.h header-y += privcmd.h -- cgit v1.1