aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/irq.h
diff options
context:
space:
mode:
authorDoug Berger <opendmb@gmail.com>2017-10-04 14:28:17 +0200
committerMarc Zyngier <marc.zyngier@arm.com>2017-10-13 16:31:05 +0100
commit0d08af35f16a0cc418ad2afde3bc5f70ace82705 (patch)
tree39588c33579e193109c7b7c871b61ed854575819 /include/linux/irq.h
parentirqchip/tango: Use irq_gc_mask_disable_and_ack_set (diff)
downloadwireguard-linux-0d08af35f16a0cc418ad2afde3bc5f70ace82705.tar.xz
wireguard-linux-0d08af35f16a0cc418ad2afde3bc5f70ace82705.zip
genirq: generic chip: remove irq_gc_mask_disable_reg_and_ack()
Any usage of the irq_gc_mask_disable_reg_and_ack() function has been replaced with the desired functionality. The incorrect and ambiguously named function is removed here to prevent accidental misuse. Signed-off-by: Doug Berger <opendmb@gmail.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'include/linux/irq.h')
-rw-r--r--include/linux/irq.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h
index 494d328f7051..5ad10948ea95 100644
--- a/include/linux/irq.h
+++ b/include/linux/irq.h
@@ -1009,7 +1009,6 @@ void irq_gc_mask_clr_bit(struct irq_data *d);
void irq_gc_unmask_enable_reg(struct irq_data *d);
void irq_gc_ack_set_bit(struct irq_data *d);
void irq_gc_ack_clr_bit(struct irq_data *d);
-void irq_gc_mask_disable_reg_and_ack(struct irq_data *d);
void irq_gc_mask_disable_and_ack_set(struct irq_data *d);
void irq_gc_eoi(struct irq_data *d);
int irq_gc_set_wake(struct irq_data *d, unsigned int on);