summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorAndrew Morton2006-12-07 05:41:39 +0100
committerLinus Torvalds2006-12-07 17:39:48 +0100
commit6cf24f031bc97cb5a7c9df3b6e73c45b628b2b28 (patch)
treee94362d24bc2fcffca4630391152ea7923bb560e /include/linux
parent[PATCH] cpuset: allow a larger buffer for writes to cpuset files (diff)
downloadkernel-qcow2-linux-6cf24f031bc97cb5a7c9df3b6e73c45b628b2b28.tar.gz
kernel-qcow2-linux-6cf24f031bc97cb5a7c9df3b6e73c45b628b2b28.tar.xz
kernel-qcow2-linux-6cf24f031bc97cb5a7c9df3b6e73c45b628b2b28.zip
[PATCH] elf.h: forward declare struct file
In file included from include/asm/patch.h:14, from arch/ia64/kernel/patch.c:10: include/linux/elf.h:375: warning: "struct file" declared inside parameter list include/linux/elf.h:375: warning: its scope is only this definition or declaration, which is probably not what you want Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/elf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/elf.h b/include/linux/elf.h
index b403516d5c3d..60713e6ea297 100644
--- a/include/linux/elf.h
+++ b/include/linux/elf.h
@@ -6,6 +6,8 @@
#include <linux/elf-em.h>
#include <asm/elf.h>
+struct file;
+
#ifndef elf_read_implies_exec
/* Executables for which elf_read_implies_exec() returns TRUE will
have the READ_IMPLIES_EXEC personality flag set automatically.