mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ANDROID: ufshcd-crypto: fix export symbol type
In commit 4f6a1f4aff2b ("ANDROID: ufshcd-crypto: export cap find API") a
new symbol was exported, but it should have been set as a _GPL symbol.
Fix this up by properly changing the export type.
Bug: 147209885
Cc: Barani Muthukumaran <bmuthuku@codeaurora.org>
Cc: Eric Biggers <ebiggers@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Ic0612118ce2ad837fd6ec95ea002a004c5ba4470
This commit is contained in:
@@ -71,7 +71,7 @@ int ufshcd_crypto_cap_find(struct ufs_hba *hba,
|
||||
|
||||
return -EINVAL;
|
||||
}
|
||||
EXPORT_SYMBOL(ufshcd_crypto_cap_find);
|
||||
EXPORT_SYMBOL_GPL(ufshcd_crypto_cap_find);
|
||||
|
||||
/**
|
||||
* ufshcd_crypto_cfg_entry_write_key - Write a key into a crypto_cfg_entry
|
||||
|
||||
Reference in New Issue
Block a user