Re: [PATCH -next] kernel.h: remove duplicate headers

2020-05-07 Thread Andy Shevchenko
On Thu, May 07, 2020 at 09:16:08PM +0800, Chen Zhou wrote: > Remove duplicate headers which are included twice. Thanks, this is included in my patch set to split out some parts of this header to new headers. (It basically removes all occurrences of div64.h) -- With Best Regards, Andy Shevchenko

[PATCH -next] kernel.h: remove duplicate headers

2020-05-07 Thread Chen Zhou
Remove duplicate headers which are included twice. Signed-off-by: Chen Zhou --- include/linux/kernel.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/kernel.h b/include/linux/kernel.h index 04a5885cec1b..12fe1afebfd9 100644 --- a/include/linux/kernel.h +++ b/include/linux/kerne