vserver 1.9.5.x5
[linux-2.6.git] / fs / binfmt_em86.c
index a7f2299..1f2d1ad 100644 (file)
@@ -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,
 };