Add the missing first parameter and move it next to a close relative.
Fixes: 3ad3df1bd0aa ("xen: add new domctl get_domain_state")
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
return alternative_call(xsm_ops.getdomaininfo, d);
}
+static inline int xsm_get_domain_state(xsm_default_t def, struct domain *d)
+{
+ return alternative_call(xsm_ops.get_domain_state, d);
+}
+
static inline int xsm_domctl_scheduler_op(
xsm_default_t def, struct domain *d, int cmd)
{
#endif /* CONFIG_ARGO */
-static inline int xsm_get_domain_state(struct domain *d)
-{
- return alternative_call(xsm_ops.get_domain_state, d);
-}
-
#endif /* XSM_NO_WRAPPERS */
#ifdef CONFIG_MULTIBOOT