diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2018-02-07 17:11:16 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-02-07 17:11:15 -0800 |
| commit | f0020b57b545e3cbd39fef9d6676e48a6c73b95f (patch) | |
| tree | b63cbd0443bfd85adf4b85748012624f937d9419 | |
| parent | 324ecc454708b47bbf53263f9fb3cb0eda199520 (diff) | |
| parent | 1b0c0d8c4407d0570811d032296ac9fc7dea61ae (diff) | |
Merge "i2c-msm-v2: Use "subsys" instead of "arch" initcall"
| -rw-r--r-- | drivers/i2c/busses/i2c-msm-v2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/i2c/busses/i2c-msm-v2.c b/drivers/i2c/busses/i2c-msm-v2.c index f4ed71f9c1a7..4a9536d39b58 100644 --- a/drivers/i2c/busses/i2c-msm-v2.c +++ b/drivers/i2c/busses/i2c-msm-v2.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2017, The Linux Foundation. All rights reserved. +/* Copyright (c) 2014-2018, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and @@ -3018,7 +3018,7 @@ static int i2c_msm_init(void) { return platform_driver_register(&i2c_msm_driver); } -arch_initcall(i2c_msm_init); +subsys_initcall(i2c_msm_init); static void i2c_msm_exit(void) { |
