mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02:00
drivers: soc: qcom: Add soft dependency of smem on hwspinlock
Add module soft dependency of smem on qcom_hwspinlock driver. Change-Id: If11256cb5acc133f7725f0c3b2ec708c53e2c328 Signed-off-by: Rishabh Bhatnagar <rishabhb@codeaurora.org>
This commit is contained in:
parent
301f2078bd
commit
bbe2be8810
|
|
@ -1,7 +1,7 @@
|
|||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
/*
|
||||
* Copyright (c) 2015, Sony Mobile Communications AB.
|
||||
* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2012-2013, 2020, The Linux Foundation. All rights reserved.
|
||||
*/
|
||||
|
||||
#include <linux/hwspinlock.h>
|
||||
|
|
@ -1195,3 +1195,4 @@ module_exit(qcom_smem_exit)
|
|||
MODULE_AUTHOR("Bjorn Andersson <bjorn.andersson@sonymobile.com>");
|
||||
MODULE_DESCRIPTION("Qualcomm Shared Memory Manager");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
MODULE_SOFTDEP("pre: qcom_hwspinlock");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user