[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging] xsm: Drop extern of non-existent variable
commit 5f4f6c51045b1ce311f21285653cd1516ce8c419 Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> AuthorDate: Wed Dec 1 10:35:20 2021 +0000 Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> CommitDate: Fri Dec 3 15:52:24 2021 +0000 xsm: Drop extern of non-existent variable dummy_xsm_ops was dropped as part of organising XSM to be altcall compatible, but the extern was accidentally left around. A later change reintroduced dummy_ops which is logically the same thing, but is private to xsm/dummy.c Fixes: 164a0b9653f4 ("xsm: refactor xsm_ops handling") Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx> Reviewed-by: Bertrand Marquis <bertrand.marquis@xxxxxxx> Reviewed-by: Daniel P. Smith <dpsmith@xxxxxxxxxxxxxxxxxxxx> --- xen/include/xsm/xsm.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/xen/include/xsm/xsm.h b/xen/include/xsm/xsm.h index 5aa4dd588d..3e2b7fe3db 100644 --- a/xen/include/xsm/xsm.h +++ b/xen/include/xsm/xsm.h @@ -789,8 +789,6 @@ int xsm_dt_policy_init(void **policy_buffer, size_t *policy_size); bool has_xsm_magic(paddr_t); #endif -extern struct xsm_ops dummy_xsm_ops; - void xsm_fixup_ops(struct xsm_ops *ops); #ifdef CONFIG_XSM_FLASK -- generated by git-patchbot for /home/xen/git/xen.git#staging
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |