diff options
author | Juergen Gross <jgross@suse.com> | 2023-09-27 09:58:05 +0300 |
---|---|---|
committer | Juergen Gross <jgross@suse.com> | 2023-11-14 11:29:28 +0300 |
commit | 686464514fbebb6c8de4415238319e414c3500a4 (patch) | |
tree | 1ad5a92374fbe96df35603fd3ea31c8b5ce6b004 /scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h | |
parent | f96c6c588ca81255566a5168e51c9cbbe7b86def (diff) | |
download | linux-686464514fbebb6c8de4415238319e414c3500a4.tar.xz |
xen/events: reduce externally visible helper functions
get_evtchn_to_irq() has only one external user while irq_from_evtchn()
provides the same functionality and is exported for a wider user base.
Modify the only external user of get_evtchn_to_irq() to use
irq_from_evtchn() instead and make get_evtchn_to_irq() static.
evtchn_from_irq() and irq_from_virq() have a single external user and
can easily be combined to a new helper irq_evtchn_from_virq() allowing
to drop irq_from_virq() and to make evtchn_from_irq() static.
Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Oleksandr Tyshchenko <oleksandr_tyshchenko@epam.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
Diffstat (limited to 'scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h')
0 files changed, 0 insertions, 0 deletions