* [PATCH 1/1] i2c: sun6i-p2wi: Remove duplicate inclusion of module.h
@ 2014-06-23 11:13 Sachin Kamat
[not found] ` <1403522017-13861-1-git-send-email-sachin.kamat-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Sachin Kamat @ 2014-06-23 11:13 UTC (permalink / raw)
To: linux-i2c-u79uwXL29TY76Z2rM5mHXA
Cc: wsa-z923LK4zBo2bacvFa/9K2g,
maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8,
boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8,
spk.linux-Re5JQEeQqe8AvxtiuMwx3w
module.h was included twice.
Signed-off-by: Sachin Kamat <sachin.kamat-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
---
drivers/i2c/busses/i2c-sun6i-p2wi.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/i2c/busses/i2c-sun6i-p2wi.c b/drivers/i2c/busses/i2c-sun6i-p2wi.c
index 09de4fd12d57..558fd24573b2 100644
--- a/drivers/i2c/busses/i2c-sun6i-p2wi.c
+++ b/drivers/i2c/busses/i2c-sun6i-p2wi.c
@@ -26,7 +26,6 @@
#include <linux/i2c.h>
#include <linux/io.h>
#include <linux/interrupt.h>
-#include <linux/module.h>
#include <linux/of.h>
#include <linux/platform_device.h>
#include <linux/reset.h>
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread[parent not found: <1403522017-13861-1-git-send-email-sachin.kamat-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>]
* Re: [PATCH 1/1] i2c: sun6i-p2wi: Remove duplicate inclusion of module.h [not found] ` <1403522017-13861-1-git-send-email-sachin.kamat-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> @ 2014-06-23 12:08 ` Boris BREZILLON [not found] ` <53A818CD.40205-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: Boris BREZILLON @ 2014-06-23 12:08 UTC (permalink / raw) To: Sachin Kamat, linux-i2c-u79uwXL29TY76Z2rM5mHXA Cc: wsa-z923LK4zBo2bacvFa/9K2g, maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8, spk.linux-Re5JQEeQqe8AvxtiuMwx3w On 23/06/2014 13:13, Sachin Kamat wrote: > module.h was included twice. > > Signed-off-by: Sachin Kamat <sachin.kamat-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> > --- > drivers/i2c/busses/i2c-sun6i-p2wi.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/i2c/busses/i2c-sun6i-p2wi.c b/drivers/i2c/busses/i2c-sun6i-p2wi.c > index 09de4fd12d57..558fd24573b2 100644 > --- a/drivers/i2c/busses/i2c-sun6i-p2wi.c > +++ b/drivers/i2c/busses/i2c-sun6i-p2wi.c > @@ -26,7 +26,6 @@ > #include <linux/i2c.h> > #include <linux/io.h> > #include <linux/interrupt.h> > -#include <linux/module.h> Oops, I guess this was introduced when I reordered inclusions in alphabetic order. I'd prefer the other inclusion to be removed instead, so that we could keep it in alphabetic order. Other than that you have my: Acked-by: Boris BREZILLON <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> Thanks, Boris -- Boris Brezillon, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <53A818CD.40205-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>]
* Re: [PATCH 1/1] i2c: sun6i-p2wi: Remove duplicate inclusion of module.h [not found] ` <53A818CD.40205-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> @ 2014-06-24 3:47 ` Sachin Kamat 0 siblings, 0 replies; 3+ messages in thread From: Sachin Kamat @ 2014-06-24 3:47 UTC (permalink / raw) To: Boris BREZILLON Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA, maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8, Wolfram Sang On Mon, Jun 23, 2014 at 5:38 PM, Boris BREZILLON <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> wrote: > > On 23/06/2014 13:13, Sachin Kamat wrote: >> module.h was included twice. >> >> Signed-off-by: Sachin Kamat <sachin.kamat-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> > > >> --- >> drivers/i2c/busses/i2c-sun6i-p2wi.c | 1 - >> 1 file changed, 1 deletion(-) >> >> diff --git a/drivers/i2c/busses/i2c-sun6i-p2wi.c b/drivers/i2c/busses/i2c-sun6i-p2wi.c >> index 09de4fd12d57..558fd24573b2 100644 >> --- a/drivers/i2c/busses/i2c-sun6i-p2wi.c >> +++ b/drivers/i2c/busses/i2c-sun6i-p2wi.c >> @@ -26,7 +26,6 @@ >> #include <linux/i2c.h> >> #include <linux/io.h> >> #include <linux/interrupt.h> >> -#include <linux/module.h> > > Oops, I guess this was introduced when I reordered inclusions in > alphabetic order. > I'd prefer the other inclusion to be removed instead, so that we could > keep it in alphabetic order. Sorry, I did not notice that the headers were sorted alphabetically. In such situations (duplicate inclusions), I generally retain the first entry and delete the subsequent ones. However, in this case it doesn't make sense to break the order. > Other than that you have my: > > Acked-by: Boris BREZILLON <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> Thanks. I will respin with your ack. Regards, Sachin. ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-06-24 3:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-23 11:13 [PATCH 1/1] i2c: sun6i-p2wi: Remove duplicate inclusion of module.h Sachin Kamat
[not found] ` <1403522017-13861-1-git-send-email-sachin.kamat-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-06-23 12:08 ` Boris BREZILLON
[not found] ` <53A818CD.40205-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2014-06-24 3:47 ` Sachin Kamat
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox