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

Commit bd534124 authored by Jay Jayanna's avatar Jay Jayanna
Browse files

soc: qcom: qsee_ipc_irq_bridge: Add soft-dependency on qcom_ipcc



qcom_ipcc needs to be functional for qsee_ipc_irq_bridge_probe to
be successful. Hence, add a soft-dependency on qcom_ipcc to ensure this
happens when these drivers are built as modules.

Also, update the license year.

Change-Id: I46e9571d53c36f46ead46fcac488ec91f7105d87
Signed-off-by: default avatarJay Jayanna <jayanna@codeaurora.org>
parent 6d2ebd76
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved.
 * Copyright (c) 2016-2020, The Linux Foundation. All rights reserved.
 */

#include <linux/cdev.h>
@@ -580,3 +580,4 @@ static void __exit qsee_ipc_irq_bridge_exit(void)
module_exit(qsee_ipc_irq_bridge_exit);
MODULE_DESCRIPTION("QSEE IPC interrupt bridge");
MODULE_LICENSE("GPL v2");
MODULE_SOFTDEP("pre: qcom_ipcc");