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

Commit a1b31aed authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

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: default avatarGreg Kroah-Hartman <gregkh@google.com>
Change-Id: Ic0612118ce2ad837fd6ec95ea002a004c5ba4470
parent 5998cfe1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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