summaryrefslogtreecommitdiff
path: root/chip/mec1322/adc_chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mec1322/adc_chip.h')
-rw-r--r--chip/mec1322/adc_chip.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/chip/mec1322/adc_chip.h b/chip/mec1322/adc_chip.h
index bc25344b11..a6425d6872 100644
--- a/chip/mec1322/adc_chip.h
+++ b/chip/mec1322/adc_chip.h
@@ -17,12 +17,6 @@ struct adc_t {
int channel;
};
-/*
- * 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
#define ADC_READ_MAX 1023