parisc: pdt: Get prototype for arch_report_meminfo()
authorHelge Deller <deller@gmx.de>
Mon, 3 Jul 2023 16:09:24 +0000 (18:09 +0200)
committerHelge Deller <deller@gmx.de>
Mon, 3 Jul 2023 16:25:23 +0000 (18:25 +0200)
Include linux/proc_fs.h to avoid compiler warning about missing
prototype for 'arch_report_meminfo'

Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/kernel/pdt.c

index b651d02..0d24735 100644 (file)
@@ -16,6 +16,7 @@
 #include <linux/memblock.h>
 #include <linux/seq_file.h>
 #include <linux/kthread.h>
+#include <linux/proc_fs.h>
 #include <linux/initrd.h>
 #include <linux/pgtable.h>
 #include <linux/mm.h>