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

Commit 2b8bdbbf authored by Dov Levenglick's avatar Dov Levenglick Committed by Gerrit - the friendly Code Review server
Browse files

crypto: ice: fix compilation error



Fix compilation error "error: parameter name omitted"
when CONFIG_CRYPTO_DEV_QCOM_ICE is not set.

Change-Id: I5715b997ffa27b214b030a6a7a7232d18e66a699
Signed-off-by: default avatarDov Levenglick <dovl@codeaurora.org>
parent af677bba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ struct platform_device *qcom_ice_get_pdevice(struct device_node *node);
#ifdef CONFIG_CRYPTO_DEV_QCOM_ICE
int qcom_ice_setup_ice_hw(const char *, int);
#else
static inline int qcom_ice_setup_ice_hw(const char *, int)
static inline int qcom_ice_setup_ice_hw(const char *storage_type, int enable)
{
	return 0;
}