diff options
Diffstat (limited to 'arch/arm/kernel/oldlatches.c')
| -rw-r--r-- | arch/arm/kernel/oldlatches.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/kernel/oldlatches.c b/arch/arm/kernel/oldlatches.c index 7d8858b9e1e6..fd2f9269b231 100644 --- a/arch/arm/kernel/oldlatches.c +++ b/arch/arm/kernel/oldlatches.c @@ -59,7 +59,7 @@ static void __init oldlatch_init(void) } } -initcall(oldlatch_init); +__initcall(oldlatch_init); EXPORT_SYMBOL(oldlatch_aupdate); EXPORT_SYMBOL(oldlatch_bupdate); |
