Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8e0474f3 authored by Serge E. Hallyn's avatar Serge E. Hallyn Committed by Martin Schwidefsky
Browse files

[S390] fix duplicate export of overflow{ug}id



overflowuid and overflowgid were exported twice.  Remove the export
from s390_ksyms.c

Signed-off-by: default avatarSerge E. Hallyn <serue@us.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent b4f7b1ee
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -46,8 +46,6 @@ EXPORT_SYMBOL(__down_interruptible);
 */
extern int dump_fpu (struct pt_regs * regs, s390_fp_regs *fpregs);
EXPORT_SYMBOL(dump_fpu);
EXPORT_SYMBOL(overflowuid);
EXPORT_SYMBOL(overflowgid);
EXPORT_SYMBOL(empty_zero_page);

/*