Commit 954b41be authored by Helge Deller's avatar Helge Deller
Browse files

parisc: pdt: Get prototype for arch_report_meminfo()



Include linux/proc_fs.h to avoid compiler warning about missing
prototype for 'arch_report_meminfo'

Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent a901a356
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>