[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] xen/hvc: Fix warning compilation when CONFIG_HVC_XEN_FRONTEND is not enabled
On 12/09/14 00:50, Julien Grall wrote: > The below warning appears when the hvc xen driver is compiled without > CONFIG_HVC_XEN_FRONTEND not enabled: > > drivers/tty/hvc/hvc_xen.c:333:12: warning: âxen_console_removeâ defined but > not > used [-Wunused-function] > static int xen_console_remove(struct xencons_info *info) > ^ > > Move the #ifdef CONFIG_HVC_XEN_FRONTEND earlier to only compile > xen_console_remove, xen_cons_free, xen_cons_disconnect_backend when it's > necessary. Reviewed-by: David Vrabel <david.vrabel@xxxxxxxxxx> David _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |