forked from Minki/linux
unexport uts_sem
With the removal of the Solaris binary emulation the export of uts_sem became unused. Signed-off-by: Adrian Bunk <bunk@kernel.org> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
a89cc1959d
commit
7394f0f6c0
@ -1343,8 +1343,6 @@ EXPORT_SYMBOL(in_egroup_p);
|
||||
|
||||
DECLARE_RWSEM(uts_sem);
|
||||
|
||||
EXPORT_SYMBOL(uts_sem);
|
||||
|
||||
asmlinkage long sys_newuname(struct new_utsname __user * name)
|
||||
{
|
||||
int errno = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user