mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
nvidia-oot: fix sparse error in vse driver.
Using this patch we are fixing below sparse errors :- 1. drivers/crypto/tegra-hv-vse-safety.c:158:15: warning: symbol 'gpcdma_dev' was not declared. Should it be static? Bug 3954363 Signed-off-by: Manish Bhardwaj <mbhardwaj@nvidia.com> Change-Id: I00da50a74392fc43e6728cf57abed2545c509e4e Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2863098 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
024d4d5e6f
commit
c4ede4ec86
@@ -170,7 +170,7 @@
|
||||
static struct crypto_dev_to_ivc_map g_crypto_to_ivc_map[MAX_NUMBER_MISC_DEVICES];
|
||||
|
||||
static bool gcm_supports_dma;
|
||||
struct device *gpcdma_dev;
|
||||
static struct device *gpcdma_dev;
|
||||
|
||||
/* Security Engine Linked List */
|
||||
struct tegra_virtual_se_ll {
|
||||
|
||||
Reference in New Issue
Block a user