Re: [PATCH] kernel/sysctl.c: remove duplicated include

2018-10-04 Thread Luis Chamberlain
On Thu, Oct 04, 2018 at 04:10:14PM +0200, Richard Weinberger wrote: > On Thu, Oct 4, 2018 at 3:48 PM Michael Schupikov wrote: > > > > Remove one include of . > > No functional changes. > > > > Signed-off-by: Michael Schupikov > > --- > > kernel/sysctl.c | 1 - > > 1 file changed, 1 deletion(-) >

Re: [PATCH] kernel/sysctl.c: remove duplicated include

2018-10-04 Thread Richard Weinberger
On Thu, Oct 4, 2018 at 3:48 PM Michael Schupikov wrote: > > Remove one include of . > No functional changes. > > Signed-off-by: Michael Schupikov > --- > kernel/sysctl.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/kernel/sysctl.c b/kernel/sysctl.c > index cc02050fd0c4..523cb36b72eb 1

[PATCH] kernel/sysctl.c: remove duplicated include

2018-10-04 Thread Michael Schupikov
Remove one include of . No functional changes. Signed-off-by: Michael Schupikov --- kernel/sysctl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/sysctl.c b/kernel/sysctl.c index cc02050fd0c4..523cb36b72eb 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c @@ -66,7 +66,6 @@ #include