Loading drivers/mfd/qcom-spmi-pmic.c +8 −2 Original line number Diff line number Diff line /* * Copyright (c) 2014, 2017-2018, The Linux Foundation. All rights reserved. * Copyright (c) 2014-2015, 2017-2019, 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 @@ -154,7 +155,12 @@ static struct spmi_driver pmic_spmi_driver = { .of_match_table = pmic_spmi_id_table, }, }; module_spmi_driver(pmic_spmi_driver); static int __init pmic_spmi_init(void) { return spmi_driver_register(&pmic_spmi_driver); } arch_initcall(pmic_spmi_init); MODULE_DESCRIPTION("Qualcomm SPMI PMIC driver"); MODULE_ALIAS("spmi:spmi-pmic"); Loading Loading
drivers/mfd/qcom-spmi-pmic.c +8 −2 Original line number Diff line number Diff line /* * Copyright (c) 2014, 2017-2018, The Linux Foundation. All rights reserved. * Copyright (c) 2014-2015, 2017-2019, 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 @@ -154,7 +155,12 @@ static struct spmi_driver pmic_spmi_driver = { .of_match_table = pmic_spmi_id_table, }, }; module_spmi_driver(pmic_spmi_driver); static int __init pmic_spmi_init(void) { return spmi_driver_register(&pmic_spmi_driver); } arch_initcall(pmic_spmi_init); MODULE_DESCRIPTION("Qualcomm SPMI PMIC driver"); MODULE_ALIAS("spmi:spmi-pmic"); Loading