mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
irq_poll: mark __irq_poll_complete static
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com>
This commit is contained in:
parent
0bc92ace52
commit
83af187d1b
2 changed files with 1 additions and 3 deletions
|
@ -21,7 +21,6 @@ enum {
|
|||
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 *);
|
||||
extern void __irq_poll_complete(struct irq_poll *);
|
||||
extern void irq_poll_enable(struct irq_poll *);
|
||||
extern void irq_poll_disable(struct irq_poll *);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue