Skip to content

Commit

Permalink
riscv: xip: Fix duplicate included asm/pgtable.h
Browse files Browse the repository at this point in the history
Clean up the following includecheck warning:

./arch/riscv/kernel/vmlinux-xip.lds.S: asm/pgtable.h is included more
than once.

No functional change.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
  • Loading branch information
Jiapeng Chong authored and Palmer Dabbelt committed Jul 6, 2021
1 parent 7761e36 commit 1958e5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/riscv/kernel/vmlinux-xip.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

#include <asm/vmlinux.lds.h>
#include <asm/page.h>
#include <asm/pgtable.h>
#include <asm/cache.h>
#include <asm/thread_info.h>

Expand Down

0 comments on commit 1958e5a

Please sign in to comment.