mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
irq_poll: fold irq_poll_disable_pending into irq_poll_softirq
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com>
This commit is contained in:
parent
ea51190c03
commit
0bc92ace52
2 changed files with 1 additions and 6 deletions
|
@ -18,11 +18,6 @@ enum {
|
|||
IRQ_POLL_F_DISABLE = 1,
|
||||
};
|
||||
|
||||
static inline int irq_poll_disable_pending(struct irq_poll *iop)
|
||||
{
|
||||
return test_bit(IRQ_POLL_F_DISABLE, &iop->state);
|
||||
}
|
||||
|
||||
extern void irq_poll_sched(struct irq_poll *);
|
||||
extern void irq_poll_init(struct irq_poll *, int, irq_poll_fn *);
|
||||
extern void irq_poll_complete(struct irq_poll *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue