projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a901a35
)
parisc: pdt: Get prototype for arch_report_meminfo()
author
Helge Deller
<deller@gmx.de>
Mon, 3 Jul 2023 16:09:24 +0000
(18:09 +0200)
committer
Helge 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
patch
|
blob
|
history
diff --git
a/arch/parisc/kernel/pdt.c
b/arch/parisc/kernel/pdt.c
index b651d020e0e50e1d75087292d9ae8fea4fd4cc02..0d24735bd9182af0e6149b5ef1faa85d705e4ec2 100644
(file)
--- a/
arch/parisc/kernel/pdt.c
+++ b/
arch/parisc/kernel/pdt.c
@@
-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>