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

Commit ccefb5f3 authored by David S. Miller's avatar David S. Miller
Browse files

[SPARC64]: Do not double-export sys_close() when CONFIG_SOLARIS_EMUL_MODULE



It is already exported by fs/open.c

Noticed by Ben Collins.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 289a1e99
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -297,7 +297,6 @@ EXPORT_SYMBOL(svr4_getcontext);
EXPORT_SYMBOL(svr4_setcontext);
EXPORT_SYMBOL(svr4_setcontext);
EXPORT_SYMBOL(compat_sys_ioctl);
EXPORT_SYMBOL(compat_sys_ioctl);
EXPORT_SYMBOL(sparc32_open);
EXPORT_SYMBOL(sparc32_open);
EXPORT_SYMBOL(sys_close);
#endif
#endif


/* Special internal versions of library functions. */
/* Special internal versions of library functions. */