From: Dario Faggioli Date: Fri, 17 Mar 2017 08:31:58 +0000 (+0100) Subject: credit2: remove undefined declaration of __dump_execstate() X-Git-Tag: 4.9.0-rc1~231 X-Git-Url: http://xenbits.xensource.com/gitweb?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. */