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

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

Merge "include: leds-qpnp-wled: add dummy function for ibb enable"

parents bfeb9d75 063ce9b1
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -11,6 +11,12 @@
 */
#ifndef __LEDS_QPNP_WLED_H

#ifdef CONFIG_LEDS_QPNP_WLED
int qpnp_ibb_enable(bool state);

#else
int qpnp_ibb_enable(bool state)
{
	return 0;
}
#endif
#endif