| From: Andrew Morton <akpm@linux-foundation.org> |
| Subject: mm-dont-include-linux-memremaph-in-linux-mmh-fix-2-fix |
| |
| fix arch/powerpc/mm/book3s64/pgtable.c |
| |
| Reported-by: kernel test robot <lkp@intel.com> |
| Cc: Christoph Hellwig <hch@lst.de> |
| Cc: Stephen Rothwell <sfr@canb.auug.org.au> |
| Signed-off-by: Andrew Morton <akpm@linux-foundation.org> |
| --- |
| |
| arch/powerpc/mm/book3s64/pgtable.c | 1 + |
| 1 file changed, 1 insertion(+) |
| |
| --- a/arch/powerpc/mm/book3s64/pgtable.c~mm-dont-include-linux-memremaph-in-linux-mmh-fix-2-fix |
| +++ a/arch/powerpc/mm/book3s64/pgtable.c |
| @@ -6,6 +6,7 @@ |
| #include <linux/sched.h> |
| #include <linux/mm_types.h> |
| #include <linux/memblock.h> |
| +#include <linux/memremap.h> |
| #include <linux/debugfs.h> |
| #include <misc/cxl-base.h> |
| |
| _ |