Re: [PATCH] w1: Remove unneeded header file

2016-06-28 Thread Evgeniy Polyakov
Hi 28.06.2016, 16:50, "Julia Lawall" : >>  24.06.2016, 09:18, "Amitoj Kaur Chawla" : >>  > The Coccinelle semantic patch used to make this change is as follows: >>  > @ includesmodule @ >>  > @@ >>  > >>  > #include >>  > >>  > @ depends on includesmodule @ >>  > @@ >>  > >>  > - #include >>  >

Re: [PATCH] w1: Remove unneeded header file

2016-06-28 Thread Julia Lawall
On Tue, 28 Jun 2016, Evgeniy Polyakov wrote: > Hi > > 24.06.2016, 09:18, "Amitoj Kaur Chawla" : > > Drop redundant include of moduleparam.h > > > > The Coccinelle semantic patch used to make this change is as follows: > > @ includesmodule @ > > @@ > > > > #include > > > > @ depends on includesmod

Re: [PATCH] w1: Remove unneeded header file

2016-06-28 Thread Evgeniy Polyakov
Hi 24.06.2016, 09:18, "Amitoj Kaur Chawla" : > Drop redundant include of moduleparam.h > > The Coccinelle semantic patch used to make this change is as follows: > @ includesmodule @ > @@ > > #include > > @ depends on includesmodule @ > @@ > > - #include > > Signed-off-by: Amitoj Kaur Chawla Lo

[PATCH] w1: Remove unneeded header file

2016-06-23 Thread Amitoj Kaur Chawla
Drop redundant include of moduleparam.h The Coccinelle semantic patch used to make this change is as follows: @ includesmodule @ @@ #include @ depends on includesmodule @ @@ - #include Signed-off-by: Amitoj Kaur Chawla --- drivers/w1/w1.c | 1 - 1 file changed, 1 deletion(-) diff --git a/