File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -487,7 +487,7 @@ static int __init clk_rpmh_init(void)
487
487
{
488
488
return platform_driver_register (& clk_rpmh_driver );
489
489
}
490
- subsys_initcall (clk_rpmh_init );
490
+ core_initcall (clk_rpmh_init );
491
491
492
492
static void __exit clk_rpmh_exit (void )
493
493
{
Original file line number Diff line number Diff line change @@ -2855,7 +2855,7 @@ static int __init gcc_qcs404_init(void)
2855
2855
{
2856
2856
return platform_driver_register (& gcc_qcs404_driver );
2857
2857
}
2858
- subsys_initcall (gcc_qcs404_init );
2858
+ core_initcall (gcc_qcs404_init );
2859
2859
2860
2860
static void __exit gcc_qcs404_exit (void )
2861
2861
{
Original file line number Diff line number Diff line change @@ -3628,7 +3628,7 @@ static int __init gcc_sdm845_init(void)
3628
3628
{
3629
3629
return platform_driver_register (& gcc_sdm845_driver );
3630
3630
}
3631
- subsys_initcall (gcc_sdm845_init );
3631
+ core_initcall (gcc_sdm845_init );
3632
3632
3633
3633
static void __exit gcc_sdm845_exit (void )
3634
3634
{
You can’t perform that action at this time.
0 commit comments