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 b651d020e0e50e1d75087292d9ae8fea4fd4cc02..0d24735bd9182af0e6149b5ef1faa85d705e4ec2 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>