diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-03-16 20:03:04 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-03-16 20:03:03 -0700 |
| commit | 3f942f9f968e02b8dbaa9a76f1d095aebe7b3b15 (patch) | |
| tree | 83c487631c3da0846c095c567019172cb763be24 | |
| parent | ddd05664758e032bcfcbd3e9c2dcb16d719c4b9c (diff) | |
| parent | 122836477bf6797f2679371b46e9376cdcbf437e (diff) | |
Merge "misc: qpnp-misc: change the initcall level for qpnp-misc driver"
| -rw-r--r-- | drivers/misc/qpnp-misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/qpnp-misc.c b/drivers/misc/qpnp-misc.c index 8f244811f740..c1570e32f749 100644 --- a/drivers/misc/qpnp-misc.c +++ b/drivers/misc/qpnp-misc.c @@ -342,7 +342,7 @@ static void __exit qpnp_misc_exit(void) return platform_driver_unregister(&qpnp_misc_driver); } -module_init(qpnp_misc_init); +subsys_initcall(qpnp_misc_init); module_exit(qpnp_misc_exit); MODULE_DESCRIPTION(QPNP_MISC_DEV_NAME); |
