Loading drivers/spmi/spmi-pmic-arb-debug.c +2 −12 Original line number Diff line number Diff line /* * Copyright (c) 2012-2017, The Linux Foundation. All rights reserved. * Copyright (c) 2012-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 @@ -365,17 +365,7 @@ static struct platform_driver spmi_pmic_arb_debug_driver = { }, }; int __init spmi_pmic_arb_debug_init(void) { return platform_driver_register(&spmi_pmic_arb_debug_driver); } arch_initcall(spmi_pmic_arb_debug_init); static void __exit spmi_pmic_arb_debug_exit(void) { platform_driver_unregister(&spmi_pmic_arb_debug_driver); } module_exit(spmi_pmic_arb_debug_exit); module_platform_driver(spmi_pmic_arb_debug_driver); MODULE_LICENSE("GPL v2"); MODULE_ALIAS("platform:spmi_pmic_arb_debug"); Loading
drivers/spmi/spmi-pmic-arb-debug.c +2 −12 Original line number Diff line number Diff line /* * Copyright (c) 2012-2017, The Linux Foundation. All rights reserved. * Copyright (c) 2012-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 @@ -365,17 +365,7 @@ static struct platform_driver spmi_pmic_arb_debug_driver = { }, }; int __init spmi_pmic_arb_debug_init(void) { return platform_driver_register(&spmi_pmic_arb_debug_driver); } arch_initcall(spmi_pmic_arb_debug_init); static void __exit spmi_pmic_arb_debug_exit(void) { platform_driver_unregister(&spmi_pmic_arb_debug_driver); } module_exit(spmi_pmic_arb_debug_exit); module_platform_driver(spmi_pmic_arb_debug_driver); MODULE_LICENSE("GPL v2"); MODULE_ALIAS("platform:spmi_pmic_arb_debug");