diff options
| author | Bjorn Andersson <andersson@kernel.org> | 2024-03-28 08:58:03 -0500 |
|---|---|---|
| committer | Bjorn Andersson <andersson@kernel.org> | 2024-03-28 08:58:03 -0500 |
| commit | bdfe9fd8455394aa7e3ff87fecc32d9ef0295aa4 (patch) | |
| tree | 17c09cf5212c1b0243f58f3729dc04cadaa33055 /drivers/soc/qcom/cmd-db.c | |
| parent | 4cece764965020c22cff7665b18a012006359095 (diff) | |
| parent | f8627c303fd34ab70ff6fd8a1048ac11035b7fd6 (diff) | |
| download | linux-bdfe9fd8455394aa7e3ff87fecc32d9ef0295aa4.tar.gz linux-bdfe9fd8455394aa7e3ff87fecc32d9ef0295aa4.tar.bz2 linux-bdfe9fd8455394aa7e3ff87fecc32d9ef0295aa4.zip | |
Merge branch 'drivers-for-6.10' onto 'v6.9-rc1'
Merge the patches that was picked up for v6.10 before v6.9-rc1 became
available onto v6.9-rc1 to reduce the risk for conflicts etc.
Diffstat (limited to 'drivers/soc/qcom/cmd-db.c')
| -rw-r--r-- | drivers/soc/qcom/cmd-db.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/qcom/cmd-db.c b/drivers/soc/qcom/cmd-db.c index a5fd68411bed..c344107bc36c 100644 --- a/drivers/soc/qcom/cmd-db.c +++ b/drivers/soc/qcom/cmd-db.c @@ -362,7 +362,7 @@ static int __init cmd_db_device_init(void) { return platform_driver_register(&cmd_db_dev_driver); } -arch_initcall(cmd_db_device_init); +core_initcall(cmd_db_device_init); MODULE_DESCRIPTION("Qualcomm Technologies, Inc. Command DB Driver"); MODULE_LICENSE("GPL v2"); |
