From: Andrew Cooper Date: Tue, 12 Nov 2024 21:38:18 +0000 (+0000) Subject: x86/apic: Include genapic.h in delivery.c X-Git-Tag: 4.20.0-rc1~182 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=5c8b638c2a179016b0aa1b588dc70234f2bd6aa1;p=xen.git x86/apic: Include genapic.h in delivery.c This resolves 4 Misra violations of Rule 8.4 caused by the function definitions not being able to see their declarations. Signed-off-by: Andrew Cooper Reviewed-by: Stefano Stabellini --- diff --git a/xen/arch/x86/genapic/delivery.c b/xen/arch/x86/genapic/delivery.c index 7bb7bd6586..15100439be 100644 --- a/xen/arch/x86/genapic/delivery.c +++ b/xen/arch/x86/genapic/delivery.c @@ -3,8 +3,9 @@ #include #include -#include +#include #include +#include /* * LOGICAL FLAT DELIVERY MODE (multicast via bitmask to <= 8 logical APIC IDs).