diff options
Diffstat (limited to 'drivers/mfd/da903x.c')
-rw-r--r-- | drivers/mfd/da903x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/da903x.c b/drivers/mfd/da903x.c index 7283d88656af..e5ffe5617393 100644 --- a/drivers/mfd/da903x.c +++ b/drivers/mfd/da903x.c | |||
@@ -561,7 +561,7 @@ static int __init da903x_init(void) | |||
561 | { | 561 | { |
562 | return i2c_add_driver(&da903x_driver); | 562 | return i2c_add_driver(&da903x_driver); |
563 | } | 563 | } |
564 | module_init(da903x_init); | 564 | subsys_initcall(da903x_init); |
565 | 565 | ||
566 | static void __exit da903x_exit(void) | 566 | static void __exit da903x_exit(void) |
567 | { | 567 | { |