Loading drivers/cpuidle/lpm-levels.c +1 −0 Original line number Diff line number Diff line Loading @@ -1777,6 +1777,7 @@ static struct platform_driver lpm_driver = { .driver = { .name = "lpm-levels", .owner = THIS_MODULE, .suppress_bind_attrs = true, .of_match_table = lpm_mtch_tbl, }, }; Loading drivers/mailbox/qcom-rpmh-mailbox.c +1 −0 Original line number Diff line number Diff line Loading @@ -1312,6 +1312,7 @@ static struct platform_driver rpmh_mbox_driver = { .driver = { .name = KBUILD_MODNAME, .of_match_table = rsc_drv_match, .suppress_bind_attrs = true, }, }; Loading drivers/soc/qcom/qmp-debugfs-client.c +1 −1 Original line number Diff line number Diff line Loading @@ -116,8 +116,8 @@ static struct platform_driver aop_qmp_msg_driver = { .driver = { .name = "debugfs-qmp-client", .owner = THIS_MODULE, .suppress_bind_attrs = true, .of_match_table = aop_qmp_match_tbl, }, }; builtin_platform_driver(aop_qmp_msg_driver); drivers/soc/qcom/rpm-smd.c +2 −1 Original line number Diff line number Diff line /* Copyright (c) 2012-2017, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-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 Loading Loading @@ -2138,6 +2138,7 @@ static struct platform_driver msm_rpm_device_driver = { .driver = { .name = "rpm-smd", .owner = THIS_MODULE, .suppress_bind_attrs = true, .of_match_table = msm_rpm_match_table, }, }; Loading drivers/soc/qcom/system_pm.c +1 −0 Original line number Diff line number Diff line Loading @@ -106,6 +106,7 @@ static struct platform_driver sys_pm_driver = { .probe = sys_pm_probe, .driver = { .name = KBUILD_MODNAME, .suppress_bind_attrs = true, .of_match_table = sys_pm_drv_match, }, }; Loading Loading
drivers/cpuidle/lpm-levels.c +1 −0 Original line number Diff line number Diff line Loading @@ -1777,6 +1777,7 @@ static struct platform_driver lpm_driver = { .driver = { .name = "lpm-levels", .owner = THIS_MODULE, .suppress_bind_attrs = true, .of_match_table = lpm_mtch_tbl, }, }; Loading
drivers/mailbox/qcom-rpmh-mailbox.c +1 −0 Original line number Diff line number Diff line Loading @@ -1312,6 +1312,7 @@ static struct platform_driver rpmh_mbox_driver = { .driver = { .name = KBUILD_MODNAME, .of_match_table = rsc_drv_match, .suppress_bind_attrs = true, }, }; Loading
drivers/soc/qcom/qmp-debugfs-client.c +1 −1 Original line number Diff line number Diff line Loading @@ -116,8 +116,8 @@ static struct platform_driver aop_qmp_msg_driver = { .driver = { .name = "debugfs-qmp-client", .owner = THIS_MODULE, .suppress_bind_attrs = true, .of_match_table = aop_qmp_match_tbl, }, }; builtin_platform_driver(aop_qmp_msg_driver);
drivers/soc/qcom/rpm-smd.c +2 −1 Original line number Diff line number Diff line /* Copyright (c) 2012-2017, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-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 Loading Loading @@ -2138,6 +2138,7 @@ static struct platform_driver msm_rpm_device_driver = { .driver = { .name = "rpm-smd", .owner = THIS_MODULE, .suppress_bind_attrs = true, .of_match_table = msm_rpm_match_table, }, }; Loading
drivers/soc/qcom/system_pm.c +1 −0 Original line number Diff line number Diff line Loading @@ -106,6 +106,7 @@ static struct platform_driver sys_pm_driver = { .probe = sys_pm_probe, .driver = { .name = KBUILD_MODNAME, .suppress_bind_attrs = true, .of_match_table = sys_pm_drv_match, }, }; Loading