All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] kernel.h: remove duplicate headers
@ 2020-05-07 13:16 Chen Zhou
  2020-05-07 13:36 ` Andy Shevchenko
  0 siblings, 1 reply; 2+ messages in thread
From: Chen Zhou @ 2020-05-07 13:16 UTC (permalink / raw)
  To: akpm, keescook, andriy.shevchenko, peterz, gpiccoli
  Cc: linux-kernel, chenzhou10

Remove duplicate headers which are included twice.

Signed-off-by: Chen Zhou <chenzhou10@huawei.com>
---
 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/kernel.h
@@ -17,7 +17,6 @@
 #include <asm/byteorder.h>
 #include <asm/div64.h>
 #include <uapi/linux/kernel.h>
-#include <asm/div64.h>
 
 #define STACK_MAGIC	0xdeadbeef
 
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH -next] kernel.h: remove duplicate headers
  2020-05-07 13:16 [PATCH -next] kernel.h: remove duplicate headers Chen Zhou
@ 2020-05-07 13:36 ` Andy Shevchenko
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Shevchenko @ 2020-05-07 13:36 UTC (permalink / raw)
  To: Chen Zhou; +Cc: akpm, keescook, peterz, gpiccoli, linux-kernel

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-07 13:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-07 13:16 [PATCH -next] kernel.h: remove duplicate headers Chen Zhou
2020-05-07 13:36 ` Andy Shevchenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.