diff options
Diffstat (limited to 'security/security.c')
| -rw-r--r-- | security/security.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/security/security.c b/security/security.c index b7cf5cbfdc67..985afd150dd6 100644 --- a/security/security.c +++ b/security/security.c @@ -478,7 +478,7 @@ static int lsm_append(const char *new, char **result)   * Each LSM has to register its hooks with the infrastructure.   */  void __init security_add_hooks(struct security_hook_list *hooks, int count, -				char *lsm) +				const char *lsm)  {  	int i;  | 
