[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] xen/arm: drop declaration of handle_device_interrupts()
commit 07107633b3455ed9dc22498708e01e4aea1d6527 Author: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx> AuthorDate: Mon May 5 20:10:31 2025 +0200 Commit: Stefano Stabellini <stefano.stabellini@xxxxxxx> CommitDate: Mon May 5 13:13:04 2025 -0700 xen/arm: drop declaration of handle_device_interrupts() There is no definition of handle_device_interrupts() thereby it could be dropped. Signed-off-by: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx> Reviewed-by: Michal Orzel <michal.orzel@xxxxxxx> --- xen/arch/arm/include/asm/domain_build.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/xen/arch/arm/include/asm/domain_build.h b/xen/arch/arm/include/asm/domain_build.h index 17619c875d..378c10cc98 100644 --- a/xen/arch/arm/include/asm/domain_build.h +++ b/xen/arch/arm/include/asm/domain_build.h @@ -28,17 +28,6 @@ void evtchn_allocate(struct domain *d); unsigned int get_allocation_size(paddr_t size); -/* - * handle_device_interrupts retrieves the interrupts configuration from - * a device tree node and maps those interrupts to the target domain. - * - * Returns: - * < 0 error - * 0 success - */ -int handle_device_interrupts(struct domain *d, struct dt_device_node *dev, - bool need_mapping); - /* * Helper to write an interrupts with the GIC format * This code is assuming the irq is an PPI. -- generated by git-patchbot for /home/xen/git/xen.git#master
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |