summaryrefslogtreecommitdiff
path: root/chip/mchp/adc_chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mchp/adc_chip.h')
-rw-r--r--chip/mchp/adc_chip.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/chip/mchp/adc_chip.h b/chip/mchp/adc_chip.h
index ae29ef1f92..0f14d5a459 100644
--- a/chip/mchp/adc_chip.h
+++ b/chip/mchp/adc_chip.h
@@ -30,12 +30,6 @@ enum chip_adc_channel {
CHIP_ADC_COUNT,
};
-/*
- * Boards must provide this list of ADC channel definitions.
- * This must match the enum adc_channel list provided by the board.
- */
-extern const struct adc_t adc_channels[];
-
/* Minimum and maximum values returned by adc_read_channel(). */
#define ADC_READ_MIN 0
#ifdef CHIP_FAMILY_MEC172X