projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13391c6
)
parisc: Remove leftover reference to the power_tasklet
author
Davidlohr Bueso
<dave@stgolabs.net>
Fri, 15 Jan 2021 00:14:48 +0000
(16:14 -0800)
committer
Helge Deller
<deller@gmx.de>
Tue, 26 Jan 2021 18:57:26 +0000
(19:57 +0100)
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>
arch/parisc/include/asm/irq.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/parisc/include/asm/irq.h
b/arch/parisc/include/asm/irq.h
index 959e79cd2c1488a08f5cd9a0aacb52c933f2eb0e..378f63c4015b49921a34cdfdd2612e79894a0df5 100644
(file)
--- 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 */