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

Commit cc44c8b0 authored by Vikram Mulukutla's avatar Vikram Mulukutla
Browse files

subsystem_restart: Fix a couple of declarations



Fix a couple of function declarations to ensure
compilation succeeds if the SUBSYSTEM_RESTART config
isn't defined.

Change-Id: I8fb220b622b7ecee58ba5423863693df555651bd
Signed-off-by: default avatarVikram Mulukutla <markivx@codeaurora.org>
parent 9c6389a6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -126,8 +126,8 @@ static inline bool subsys_get_crash_status(struct subsys_device *dev)
{
	return false;
}
void notify_proxy_vote(struct device *device) { }
void notify_proxy_unvote(struct device *device) { }
static inline void notify_proxy_vote(struct device *device) { }
static inline void notify_proxy_unvote(struct device *device) { }
#endif /* CONFIG_MSM_SUBSYSTEM_RESTART */

#endif