From: Dario Faggioli Date: Fri, 17 Mar 2017 08:31:58 +0000 (+0100) Subject: credit2: remove undefined declaration of __dump_execstate() X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~2470 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=182602911c6796d413ac6672bc0d02a95a6281e5;p=xen.git credit2: remove undefined declaration of __dump_execstate() Signed-off-by: Dario Faggioli Acked-by: George Dunlap --- diff --git a/xen/common/sched_credit2.c b/xen/common/sched_credit2.c index af457c1e09..bb1c657e76 100644 --- a/xen/common/sched_credit2.c +++ b/xen/common/sched_credit2.c @@ -2437,8 +2437,6 @@ csched2_runtime(const struct scheduler *ops, int cpu, return time; } -void __dump_execstate(void *unused); - /* * Find a candidate. */