From: Adrian Bunk With the removal of the Solaris binary emulation the export of uts_sem became unused. Signed-off-by: Adrian Bunk Acked-by: David S. Miller Signed-off-by: Andrew Morton --- kernel/sys.c | 2 -- 1 file changed, 2 deletions(-) diff -puN kernel/sys.c~unexport-uts_sem kernel/sys.c --- a/kernel/sys.c~unexport-uts_sem +++ a/kernel/sys.c @@ -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; _