From bf47fdcda65b44dbd674eeedcaa06e0aa28a5a00 Mon Sep 17 00:00:00 2001 From: "Serge E. Hallyn" Date: Mon, 2 Oct 2006 02:18:16 -0700 Subject: [PATCH] namespaces: utsname: remove system_utsname The system_utsname isn't needed now that kernel/sysctl.c is fixed. Nuke it. Signed-off-by: Serge E. Hallyn Cc: Kirill Korotaev Cc: "Eric W. Biederman" Cc: Herbert Poetzl Cc: Andrey Savochkin Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- include/linux/utsname.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/linux/utsname.h b/include/linux/utsname.h index afa54e1542b358..99e522369f4fa2 100644 --- a/include/linux/utsname.h +++ b/include/linux/utsname.h @@ -74,7 +74,5 @@ static inline struct new_utsname *init_utsname(void) return &init_uts_ns.name; } -#define system_utsname init_uts_ns.name - extern struct rw_semaphore uts_sem; #endif -- cgit 1.2.3-korg