Commit 37665343 authored by Arvind Sankar's avatar Arvind Sankar Committed by Linus Torvalds

kernel.h: remove duplicate include of asm/div64.h

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

Fixes: 72deb455 ("block: remove CONFIG_LBDAF")
Signed-off-by: default avatarArvind Sankar <nivedita@alum.mit.edu>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
Link: http://lkml.kernel.org/r/20200727034852.2813453-1-nivedita@alum.mit.eduSigned-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 09c60546
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment