summaryrefslogtreecommitdiff
path: root/arch/parisc
diff options
context:
space:
mode:
authorDavidlohr Bueso <dave@stgolabs.net>2021-01-14 16:14:48 -0800
committerHelge Deller <deller@gmx.de>2021-01-26 19:57:26 +0100
commit0aa91f84b1804b59841c834128b2c15330a1ec59 (patch)
tree2b235777ac569473949c2976b86f446cda8816b8 /arch/parisc
parent13391c60da3308ed9980de0168f74cce6c62ac1d (diff)
parisc: Remove leftover reference to the power_tasklet
This was removed long ago, back in: 6e16d9409e1 ([PARISC] Convert soft power switch driver to kthread) Signed-off-by: Davidlohr Bueso <dbueso@suse.de> Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc')
-rw-r--r--arch/parisc/include/asm/irq.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/parisc/include/asm/irq.h b/arch/parisc/include/asm/irq.h
index 959e79cd2c14..378f63c4015b 100644
--- a/arch/parisc/include/asm/irq.h
+++ b/arch/parisc/include/asm/irq.h
@@ -47,7 +47,4 @@ extern unsigned long txn_affinity_addr(unsigned int irq, int cpu);
extern int cpu_claim_irq(unsigned int irq, struct irq_chip *, void *);
extern int cpu_check_affinity(struct irq_data *d, const struct cpumask *dest);
-/* soft power switch support (power.c) */
-extern struct tasklet_struct power_tasklet;
-
#endif /* _ASM_PARISC_IRQ_H */