diff options
Diffstat (limited to 'security/tomoyo/util.c')
-rw-r--r-- | security/tomoyo/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/tomoyo/util.c b/security/tomoyo/util.c index 12a768e6ee3f..150167d0cc3a 100644 --- a/security/tomoyo/util.c +++ b/security/tomoyo/util.c | |||
@@ -26,7 +26,7 @@ bool tomoyo_policy_loaded; | |||
26 | * The @src is updated to point the first character after the value | 26 | * The @src is updated to point the first character after the value |
27 | * on success. | 27 | * on success. |
28 | */ | 28 | */ |
29 | u8 tomoyo_parse_ulong(unsigned long *result, char **str) | 29 | static u8 tomoyo_parse_ulong(unsigned long *result, char **str) |
30 | { | 30 | { |
31 | const char *cp = *str; | 31 | const char *cp = *str; |
32 | char *ep; | 32 | char *ep; |