The patch titled Subject: kernel.h: remove duplicate include of asm/div64.h has been removed from the -mm tree. Its filename was kernelh-remove-duplicate-include-of-asm-div64h.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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