diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2018-07-05 19:24:51 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-07-30 15:47:53 +0300 |
commit | db0a2b633da4216b767d7aed95ffe30d37409c7a (patch) | |
tree | af04f74111443fb83eefb565b25128efa0e7f060 /arch/powerpc/include/asm/page.h | |
parent | cca3d5290ede73b01144aa522910c88b1e02fcef (diff) | |
download | linux-db0a2b633da4216b767d7aed95ffe30d37409c7a.tar.xz |
powerpc: remove kdump.h from page.h
page.h doesn't need kdump.h
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include/asm/page.h')
-rw-r--r-- | arch/powerpc/include/asm/page.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/page.h b/arch/powerpc/include/asm/page.h index db7be0779d55..a9fbefaacf10 100644 --- a/arch/powerpc/include/asm/page.h +++ b/arch/powerpc/include/asm/page.h @@ -17,7 +17,6 @@ #include <asm/types.h> #endif #include <asm/asm-compat.h> -#include <asm/kdump.h> /* * On regular PPC32 page size is 4K (but we support 4K/16K/64K/256K pages |