Commit 64741cb5 authored by Dr. David Alan Gilbert's avatar Dr. David Alan Gilbert Committed by Jonathan Cameron

iio: adc: pac1934: remove unused struct 'samp_rate_mapping'

'samp_rate_mapping' has been unused since the original
commit 0fb528c8 ("iio: adc: adding support for PAC193x").

Remove it.
Signed-off-by: default avatarDr. David Alan Gilbert <linux@treblig.org>
Link: https://lore.kernel.org/r/20240522230457.478156-3-linux@treblig.orgSigned-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 1568f94f
......@@ -227,11 +227,6 @@ struct pac1934_features {
const char *name;
};
struct samp_rate_mapping {
u16 samp_rate;
u8 shift2value;
};
static const unsigned int samp_rate_map_tbl[] = {
[PAC1934_SAMP_1024SPS] = 1024,
[PAC1934_SAMP_256SPS] = 256,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment