Skip to content
This repository has been archived by the owner on Dec 28, 2020. It is now read-only.

Commit

Permalink
Merge tag 'LA.UM.7.3.r1-06900-sdm845.0' into neutrino-msm-fajita-4.9
Browse files Browse the repository at this point in the history
"LA.UM.7.3.r1-06900-sdm845.0"

* tag 'LA.UM.7.3.r1-06900-sdm845.0':
  spmi: spmi-pmic-arb-debug: Change the probe init order

Signed-off-by: Adam W. Willis <return.of.octobot@gmail.com>
  • Loading branch information
0ctobot committed Feb 27, 2019
2 parents 95a89e3 + eb683a4 commit 458daa2
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions drivers/spmi/spmi-pmic-arb-debug.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* 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
Expand Down Expand Up @@ -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");

0 comments on commit 458daa2

Please sign in to comment.