diff options
-rw-r--r-- | include/linux/utsname.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/utsname.h b/include/linux/utsname.h index afa54e1542b3..99e522369f4f 100644 --- a/include/linux/utsname.h +++ b/include/linux/utsname.h | |||
@@ -74,7 +74,5 @@ static inline struct new_utsname *init_utsname(void) | |||
74 | return &init_uts_ns.name; | 74 | return &init_uts_ns.name; |
75 | } | 75 | } |
76 | 76 | ||
77 | #define system_utsname init_uts_ns.name | ||
78 | |||
79 | extern struct rw_semaphore uts_sem; | 77 | extern struct rw_semaphore uts_sem; |
80 | #endif | 78 | #endif |