diff options
| author | Arnd Bergmann <[email protected]> | 2018-08-23 17:00:55 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2018-08-23 18:48:43 -0700 |
| commit | a2036a1ef2ee91acab01a0ae4a534070691a42ec (patch) | |
| tree | 44d1141f06486066e50ea0cf831ba48c187b5762 /include/linux/fpga/fpga-mgr.h | |
| parent | 3cc97bea600372885923a1c270d82523411a4c70 (diff) | |
fs/proc/vmcore.c: hide vmcoredd_mmap_dumps() for nommu builds
Without CONFIG_MMU, we get a build warning:
fs/proc/vmcore.c:228:12: error: 'vmcoredd_mmap_dumps' defined but not used [-Werror=unused-function]
static int vmcoredd_mmap_dumps(struct vm_area_struct *vma, unsigned long dst,
The function is only referenced from an #ifdef'ed caller, so
this uses the same #ifdef around it.
Link: http://lkml.kernel.org/r/[email protected]
Fixes: 7efe48df8a3d ("vmcore: append device dumps to vmcore as elf notes")
Signed-off-by: Arnd Bergmann <[email protected]>
Cc: Ganesh Goudar <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: Rahul Lakkireddy <[email protected]>
Cc: Alexey Dobriyan <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/fpga/fpga-mgr.h')
0 files changed, 0 insertions, 0 deletions