Discussion:
[Xen-changelog] [xen stable-4.10] sched-if.h: include xen/err.h
p***@xen.org
2018-10-13 19:23:44 UTC
Permalink
commit 9f8eff39ea21722ec99bb45b175c3ad5224b72da
Author: Jan Beulich <***@suse.com>
AuthorDate: Thu Oct 11 13:25:02 2018 +0200
Commit: Jan Beulich <***@suse.com>
CommitDate: Thu Oct 11 13:25:02 2018 +0200

sched-if.h: include xen/err.h

This is to address an Arm build failure after commit d86c9aeae6 ("xen:
sched/Credit2: fix bug when moving CPUs between two Credit2 cpupools").
The inclusion is done in xen/sched-if.h to match newer versions of the
code.

Signed-off-by: Jan Beulich <***@suse.com>
---
xen/include/xen/sched-if.h | 1 +
1 file changed, 1 insertion(+)

diff --git a/xen/include/xen/sched-if.h b/xen/include/xen/sched-if.h
index c4a493587a..25b5bec14f 100644
--- a/xen/include/xen/sched-if.h
+++ b/xen/include/xen/sched-if.h
@@ -9,6 +9,7 @@
#define __XEN_SCHED_IF_H__

#include <xen/percpu.h>
+#include <xen/err.h>

/* A global pointer to the initial cpupool (POOL0). */
extern struct cpupool *cpupool0;
--
generated by git-patchbot for /home/xen/git/xen.git#stable-4.10

Loading...