summaryrefslogtreecommitdiff
path: root/chip/it83xx/adc_chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/it83xx/adc_chip.h')
-rw-r--r--chip/it83xx/adc_chip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/it83xx/adc_chip.h b/chip/it83xx/adc_chip.h
index e894e97b64..dd236994de 100644
--- a/chip/it83xx/adc_chip.h
+++ b/chip/it83xx/adc_chip.h
@@ -134,7 +134,7 @@ extern const struct adc_t adc_channels[];
* This must match the enum board_vcmp list provided by the board.
*/
extern const struct vcmp_t vcmp_list[];
-void vcmp_enable(int index, int enable);
#endif
+void vcmp_enable(int index, int enable);
#endif /* __CROS_EC_ADC_CHIP_H */