[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080423095215.GG28933@cs181133002.pp.htv.fi>
Date: Wed, 23 Apr 2008 12:52:15 +0300
From: Adrian Bunk <bunk@...nel.org>
To: "David S. Miller" <davem@...set.davemloft.net>
Cc: linux-kernel@...r.kernel.org
Subject: [2.6 patch] unexport uts_sem
With the removal of the Solaris binary emulation the export of
uts_sem became unused.
Signed-off-by: Adrian Bunk <bunk@...nel.org>
---
e15db7b262fd8c3d9000e7d5e7a2b1d720fba8de diff --git a/kernel/sys.c b/kernel/sys.c
index 6a0cc71..773d4a5 100644
--- a/kernel/sys.c
+++ b/kernel/sys.c
@@ -1331,8 +1331,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;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists