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

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

Merge "subsystem_restart: Fix a couple of declarations"

parents 6a757ab5 cc44c8b0
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