Message ID | 1478991755-28153-2-git-send-email-sagi@grimberg.me (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Looks fine,
Reviewed-by: Christoph Hellwig <hch@lst.de>
--
To unsubscribe from this list: send the line "unsubscribe linux-block" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/lib/irq_poll.c b/lib/irq_poll.c index 1d6565e81030..22d033e6ded2 100644 --- a/lib/irq_poll.c +++ b/lib/irq_poll.c @@ -5,7 +5,6 @@ #include <linux/kernel.h> #include <linux/module.h> #include <linux/init.h> -#include <linux/bio.h> #include <linux/interrupt.h> #include <linux/cpu.h> #include <linux/irq_poll.h>
Signed-off-by: Sagi Grimberg <sagi@grimberg.me> --- lib/irq_poll.c | 1 - 1 file changed, 1 deletion(-)