Skip to content

Commit 084119b

Browse files
authored
Update kputils.h
1 parent 8c3243d commit 084119b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

kernel/patch/include/kputils.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@
1212
int __must_check compat_copy_to_user(void __user *to, const void *from, int n);
1313
long compat_strncpy_from_user(char *dest, const char __user *src, long count);
1414
void *__user copy_to_user_stack(const void *data, int len);
15-
uid_t current_uid();
1615
uint64_t get_random_u64(void);
1716

1817
void print_bootlog();
1918

20-
#endif
19+
#endif

0 commit comments

Comments
 (0)