[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging] x86/sched: Drop unused includes from credit2.c
commit 63ebfcca04e71ed750f3451e62b1423581feb44a Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> AuthorDate: Thu Sep 12 03:02:37 2024 +0100 Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> CommitDate: Thu Dec 19 17:33:54 2024 +0000 x86/sched: Drop unused includes from credit2.c Sort the remaining includes. Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Acked-by: Juergen Gross <jgross@xxxxxxxx> --- xen/common/sched/credit2.c | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/xen/common/sched/credit2.c b/xen/common/sched/credit2.c index 4b2ef034ca..0a83f23725 100644 --- a/xen/common/sched/credit2.c +++ b/xen/common/sched/credit2.c @@ -10,22 +10,18 @@ * Based on an earlier verson by Emmanuel Ackaouy. */ +#include <xen/errno.h> #include <xen/init.h> #include <xen/lib.h> #include <xen/param.h> +#include <xen/perfc.h> #include <xen/sched.h> #include <xen/sections.h> -#include <xen/domain.h> -#include <xen/delay.h> -#include <xen/event.h> -#include <xen/time.h> -#include <xen/perfc.h> #include <xen/softirq.h> -#include <asm/div64.h> -#include <xen/errno.h> +#include <xen/time.h> #include <xen/trace.h> -#include <xen/cpu.h> -#include <xen/keyhandler.h> + +#include <asm/div64.h> #include "private.h" -- generated by git-patchbot for /home/xen/git/xen.git#staging
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |