On 03/07/2018 07:41 PM, Andrew Cooper wrote: > The OSSTest smoke tests reports: > > sched_credit2.c: In function 'csched2_alloc_domdata': > sched_credit2.c:3015:9: error: implicit declaration of function 'ERR_PTR' > [-Werror=implicit-function-declaration] > return ERR_PTR(-ENOMEM); > ^ > sched_credit2.c:3015:9: error: nested extern declaration of 'ERR_PTR' > [-Werror=nested-externs] > > As the ERR infrastructure is part of the main scheduler interface now, > include it from xen/sched-if.h > > Signed-off-by: Andrew Cooper <[email protected]>
Acked-by: George Dunlap <[email protected]> _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
