Loading drivers/spmi/spmi-pmic-arb.c +2 −1 Original line number Diff line number Diff line /* * Copyright (c) 2012-2015, 2017, The Linux Foundation. All rights reserved. * Copyright (c) 2012-2015, 2017-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 @@ -1325,6 +1325,7 @@ static struct platform_driver spmi_pmic_arb_driver = { .driver = { .name = "spmi_pmic_arb", .of_match_table = spmi_pmic_arb_match_table, .probe_type = PROBE_PREFER_ASYNCHRONOUS, }, }; module_platform_driver(spmi_pmic_arb_driver); Loading Loading
drivers/spmi/spmi-pmic-arb.c +2 −1 Original line number Diff line number Diff line /* * Copyright (c) 2012-2015, 2017, The Linux Foundation. All rights reserved. * Copyright (c) 2012-2015, 2017-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 @@ -1325,6 +1325,7 @@ static struct platform_driver spmi_pmic_arb_driver = { .driver = { .name = "spmi_pmic_arb", .of_match_table = spmi_pmic_arb_match_table, .probe_type = PROBE_PREFER_ASYNCHRONOUS, }, }; module_platform_driver(spmi_pmic_arb_driver); Loading