All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kernel.h: Remove duplicate include of asm/div64.h
@ 2020-07-27  3:48 Arvind Sankar
  2020-07-27  5:22 ` Christoph Hellwig
  0 siblings, 1 reply; 2+ messages in thread
From: Arvind Sankar @ 2020-07-27  3:48 UTC (permalink / raw)
  To: Andrew Morton, linux-kernel; +Cc: Christoph Hellwig

This seems to have been added inadvertently in commit
  72deb455b5ec ("block: remove CONFIG_LBDAF")

Fixes: 72deb455b5ec ("block: remove CONFIG_LBDAF")
Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu>
Cc: Christoph Hellwig <hch@lst.de>
---
 include/linux/kernel.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/kernel.h b/include/linux/kernel.h
index 82d91547d122..ddaaaf53a251 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.26.2


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

* Re: [PATCH] kernel.h: Remove duplicate include of asm/div64.h
  2020-07-27  3:48 [PATCH] kernel.h: Remove duplicate include of asm/div64.h Arvind Sankar
@ 2020-07-27  5:22 ` Christoph Hellwig
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2020-07-27  5:22 UTC (permalink / raw)
  To: Arvind Sankar; +Cc: Andrew Morton, linux-kernel, Christoph Hellwig

On Sun, Jul 26, 2020 at 11:48:52PM -0400, Arvind Sankar wrote:
> This seems to have been added inadvertently in commit
>   72deb455b5ec ("block: remove CONFIG_LBDAF")
> 
> Fixes: 72deb455b5ec ("block: remove CONFIG_LBDAF")
> Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu>
> Cc: Christoph Hellwig <hch@lst.de>

Looks good:

Reviewed-by: Christoph Hellwig <hch@lst.de>

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

end of thread, other threads:[~2020-07-27  5:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-27  3:48 [PATCH] kernel.h: Remove duplicate include of asm/div64.h Arvind Sankar
2020-07-27  5:22 ` Christoph Hellwig

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.