The patch titled Subject: kernel.h: remove duplicate include of asm/div64.h has been added to the -mm tree. Its filename is kernelh-remove-duplicate-include-of-asm-div64h.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/kernelh-remove-duplicate-include-of-asm-div64h.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/kernelh-remove-duplicate-include-of-asm-div64h.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Arvind Sankar <nivedita@xxxxxxxxxxxx> Subject: kernel.h: remove duplicate include of asm/div64.h This seems to have been added inadvertently in commit 72deb455b5ec ("block: remove CONFIG_LBDAF") Link: http://lkml.kernel.org/r/20200727034852.2813453-1-nivedita@xxxxxxxxxxxx Fixes: 72deb455b5ec ("block: remove CONFIG_LBDAF") Signed-off-by: Arvind Sankar <nivedita@xxxxxxxxxxxx> Reviewed-by: Christoph Hellwig <hch@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/kernel.h | 1 - 1 file changed, 1 deletion(-) --- a/include/linux/kernel.h~kernelh-remove-duplicate-include-of-asm-div64h +++ a/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 _ Patches currently in -mm which might be from nivedita@xxxxxxxxxxxx are sh-mm-drop-unused-max_physaddr_bits.patch sparc-drop-unused-max_physaddr_bits.patch kernelh-remove-duplicate-include-of-asm-div64h.patch