summaryrefslogtreecommitdiff
path: root/chip/mec1322/pwm_chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mec1322/pwm_chip.h')
-rw-r--r--chip/mec1322/pwm_chip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/mec1322/pwm_chip.h b/chip/mec1322/pwm_chip.h
index c52f586291..fc8cbb0882 100644
--- a/chip/mec1322/pwm_chip.h
+++ b/chip/mec1322/pwm_chip.h
@@ -22,5 +22,5 @@ extern const struct pwm_t pwm_channels[];
* Returns PWMs that must remain active in low-power idle -
* MEC1322_PCR_EC_SLP_EN bit mask.
*/
-inline uint32_t pwm_get_keep_awake_mask(void);
+uint32_t pwm_get_keep_awake_mask(void);
#endif /* __CROS_EC_PWM_CHIP_H */