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

Commit 46224a9a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "esoc: Fix compilation errors when ESOC_CLIENT disabled in defconfig" into msm-4.14

parents 6d009296 2d98b05c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -62,13 +62,13 @@ static inline int esoc_register_client_notifier(struct notifier_block *nb)
{
	return -EIO;
}
int esoc_register_client_hook(struct esoc_desc *desc,
static inline int esoc_register_client_hook(struct esoc_desc *desc,
				struct esoc_client_hook *client_hook)
{
	return -EIO;
}
int esoc_unregister_client_hook(struct esoc_desc *desc,
				struct esoc_client_hook *client_hook);
static inline int esoc_unregister_client_hook(struct esoc_desc *desc,
				struct esoc_client_hook *client_hook)
{
	return -EIO;
}