summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@kernel.org>2026-05-11 15:07:23 +0200
committerThomas Gleixner <tglx@kernel.org>2026-05-11 15:07:23 +0200
commitb257e708925b9d24b22b1a9d318b5c0831f34bfc (patch)
tree7d1672dd5c25e3363a49b42876de1f68917beeee /include/linux
parent8b9db67396105f6b95bcc57a354e50ac20705704 (diff)
parente8d3dcdf9f576c7527f0a088b953abfaa601ae68 (diff)
downloadlwn-b257e708925b9d24b22b1a9d318b5c0831f34bfc.tar.gz
lwn-b257e708925b9d24b22b1a9d318b5c0831f34bfc.zip
Merge branch 'irq/urgent' into irq/drivers
to synchronize upstream fixes on which other changes depend on.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/irqchip/arm-gic-v5.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/irqchip/arm-gic-v5.h b/include/linux/irqchip/arm-gic-v5.h
index 40d2fce68294..f78787e654f4 100644
--- a/include/linux/irqchip/arm-gic-v5.h
+++ b/include/linux/irqchip/arm-gic-v5.h
@@ -425,9 +425,6 @@ struct gicv5_its_itt_cfg {
void gicv5_init_lpis(u32 max);
void gicv5_deinit_lpis(void);
-int gicv5_alloc_lpi(void);
-void gicv5_free_lpi(u32 lpi);
-
void __init gicv5_its_of_probe(struct device_node *parent);
void __init gicv5_its_acpi_probe(void);
#endif