Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d694aff3 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "platform: msm: qcom-geni-se: Initialize driver at arch stage"

parents 93a4e898 b5cd3255
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2016-2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved.
 */

#include <asm/dma-iommu.h>
@@ -1533,7 +1533,7 @@ static int __init geni_se_driver_init(void)
{
	return platform_driver_register(&geni_se_driver);
}
subsys_initcall(geni_se_driver_init);
arch_initcall(geni_se_driver_init);

static void __exit geni_se_driver_exit(void)
{