diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 81a173c0897d..720ce8d98a7d 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -2184,7 +2184,6 @@ static inline struct user_struct *get_uid(struct user_struct *u) | |||
2184 | return u; | 2184 | return u; |
2185 | } | 2185 | } |
2186 | extern void free_uid(struct user_struct *); | 2186 | extern void free_uid(struct user_struct *); |
2187 | extern void release_uids(struct user_namespace *ns); | ||
2188 | 2187 | ||
2189 | #include <asm/current.h> | 2188 | #include <asm/current.h> |
2190 | 2189 | ||