diff options
Diffstat (limited to 'kernel/audit_watch.c')
-rw-r--r-- | kernel/audit_watch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/audit_watch.c b/kernel/audit_watch.c index c44de0c4fc47..f8543a41115b 100644 --- a/kernel/audit_watch.c +++ b/kernel/audit_watch.c | |||
@@ -584,4 +584,4 @@ static int __init audit_watch_init(void) | |||
584 | } | 584 | } |
585 | return 0; | 585 | return 0; |
586 | } | 586 | } |
587 | subsys_initcall(audit_watch_init); | 587 | device_initcall(audit_watch_init); |