[PATCH 38/46] kernel: Include appropriate header file in kernel/elfcore.c

From: Rashika Kheria
Date: Thu Feb 27 2014 - 07:25:35 EST


Include appropriate header file include/linux/elfcore.h in
kernel/elfcore.c because it has prototype declaration of function
defined in kernel/elfcore.c.

This eliminates the following warning in kernel/elfcore.c:
kernel/elfcore.c:6:17: warning: no previous prototype for âelf_core_extra_phdrsâ [-Wmissing-prototypes]
kernel/elfcore.c:11:12: warning: no previous prototype for âelf_core_write_extra_phdrsâ [-Wmissing-prototypes]
kernel/elfcore.c:16:12: warning: no previous prototype for âelf_core_write_extra_dataâ [-Wmissing-prototypes]
kernel/elfcore.c:21:15: warning: no previous prototype for âelf_core_extra_data_sizeâ [-Wmissing-prototypes]

Signed-off-by: Rashika Kheria <rashika.kheria@xxxxxxxxx>
Reviewed-by: Josh Triplett <josh@xxxxxxxxxxxxxxxx>
---
kernel/elfcore.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/kernel/elfcore.c b/kernel/elfcore.c
index e556751..a2b29b9 100644
--- a/kernel/elfcore.c
+++ b/kernel/elfcore.c
@@ -2,6 +2,7 @@
#include <linux/fs.h>
#include <linux/mm.h>
#include <linux/binfmts.h>
+#include <linux/elfcore.h>

Elf_Half __weak elf_core_extra_phdrs(void)
{
--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/