diff options
author | Christoph Hellwig <hch@lst.de> | 2015-12-07 15:57:25 +0100 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2015-12-11 20:52:28 +0100 |
commit | 83af187d1b776753d58b53d155318d94f9428e92 (patch) | |
tree | c20394091a7bcb8280037010e750441beb44ce33 /include | |
parent | irq_poll: fold irq_poll_disable_pending into irq_poll_softirq (diff) | |
download | linux-83af187d1b776753d58b53d155318d94f9428e92.tar.xz linux-83af187d1b776753d58b53d155318d94f9428e92.zip |
irq_poll: mark __irq_poll_complete static
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/irq_poll.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/irq_poll.h b/include/linux/irq_poll.h index b4ad03cee9d4..8c4b4087f1f2 100644 --- a/include/linux/irq_poll.h +++ b/include/linux/irq_poll.h @@ -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 *); |