Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1588279 > unrolled thread
| Started by | Masanari Iida <standby24x7@gmail.com> |
|---|---|
| First post | 2017-02-26 07:10 +0100 |
| Last post | 2017-02-26 16:30 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] [linux-next] bcache: Remove duplicate inclusion of blkdev.h Masanari Iida <standby24x7@gmail.com> - 2017-02-26 07:10 +0100
Re: [PATCH] [linux-next] bcache: Remove duplicate inclusion of blkdev.h Coly Li <i@coly.li> - 2017-02-26 16:30 +0100
| From | Masanari Iida <standby24x7@gmail.com> |
|---|---|
| Date | 2017-02-26 07:10 +0100 |
| Subject | [PATCH] [linux-next] bcache: Remove duplicate inclusion of blkdev.h |
| Message-ID | <tf0bT-2Fb-7@gated-at.bofh.it> |
This patch remove duplicate inclusion of blkdev.h in util.h. Confirm compile successfully after remove the line. Signed-off-by: Masanari Iida <standby24x7@gmail.com> --- drivers/md/bcache/util.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/md/bcache/util.h b/drivers/md/bcache/util.h index cf2cbc211d83..03af094d0202 100644 --- a/drivers/md/bcache/util.h +++ b/drivers/md/bcache/util.h @@ -4,7 +4,6 @@ #include <linux/blkdev.h> #include <linux/errno.h> -#include <linux/blkdev.h> #include <linux/kernel.h> #include <linux/llist.h> #include <linux/ratelimit.h> -- 2.12.0
[toc] | [next] | [standalone]
| From | Coly Li <i@coly.li> |
|---|---|
| Date | 2017-02-26 16:30 +0100 |
| Subject | Re: [PATCH] [linux-next] bcache: Remove duplicate inclusion of blkdev.h |
| Message-ID | <tf8VP-8D-7@gated-at.bofh.it> |
| In reply to | #1588279 |
On 2017/2/26 下午2:02, Masanari Iida wrote: > This patch remove duplicate inclusion of blkdev.h in util.h. > Confirm compile successfully after remove the line. > > Signed-off-by: Masanari Iida <standby24x7@gmail.com> > --- > drivers/md/bcache/util.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/md/bcache/util.h b/drivers/md/bcache/util.h > index cf2cbc211d83..03af094d0202 100644 > --- a/drivers/md/bcache/util.h > +++ b/drivers/md/bcache/util.h > @@ -4,7 +4,6 @@ > > #include <linux/blkdev.h> > #include <linux/errno.h> > -#include <linux/blkdev.h> > #include <linux/kernel.h> > #include <linux/llist.h> > #include <linux/ratelimit.h> > Acked-by: Coly Li <colyli@suse.de> -- Coly Li
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web