Commit 64ccc61d authored by Chris Wright's avatar Chris Wright Committed by Linus Torvalds

[PATCH] binfmt_script.c: make em86_format static

This patch by Chris Wright <chrisw@osdl.org> makes the needlessly global
struct em86_format static.
Signed-off-by: default avatarChris Wright <chrisw@osdl.org>
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 15694162
......@@ -95,7 +95,7 @@ static int load_em86(struct linux_binprm *bprm,struct pt_regs *regs)
return search_binary_handler(bprm, regs);
}
struct linux_binfmt em86_format = {
static struct linux_binfmt em86_format = {
.module = THIS_MODULE,
.load_binary = load_em86,
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment