[Intel-gfx] [patch 24/30] xen/events: Remove unused bind_evtchn_to_irq_lateeoi()
boris.ostrovsky at oracle.com
boris.ostrovsky at oracle.com
Thu Dec 10 23:19:19 UTC 2020
On 12/10/20 2:26 PM, Thomas Gleixner wrote:
> Signed-off-by: Thomas Gleixner <tglx at linutronix.de>
> Cc: Boris Ostrovsky <boris.ostrovsky at oracle.com>
> Cc: Juergen Gross <jgross at suse.com>
> Cc: Stefano Stabellini <sstabellini at kernel.org>
> Cc: xen-devel at lists.xenproject.org
> ---
> drivers/xen/events/events_base.c | 6 ------
> 1 file changed, 6 deletions(-)
>
> --- a/drivers/xen/events/events_base.c
> +++ b/drivers/xen/events/events_base.c
> @@ -1132,12 +1132,6 @@ int bind_evtchn_to_irq(evtchn_port_t evt
> }
> EXPORT_SYMBOL_GPL(bind_evtchn_to_irq);
>
> -int bind_evtchn_to_irq_lateeoi(evtchn_port_t evtchn)
> -{
> - return bind_evtchn_to_irq_chip(evtchn, &xen_lateeoi_chip);
> -}
> -EXPORT_SYMBOL_GPL(bind_evtchn_to_irq_lateeoi);
include/xen/events.h also needs to be updated (and in the next patch for xen_set_affinity_evtchn() as well).
-boris
More information about the Intel-gfx
mailing list