mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-26 05:11:44 -05:00
iio: adc: pac1934: remove unused struct 'samp_rate_mapping'
'samp_rate_mapping' has been unused since the original
commit 0fb528c825 ("iio: adc: adding support for PAC193x").
Remove it.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Link: https://lore.kernel.org/r/20240522230457.478156-3-linux@treblig.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
committed by
Jonathan Cameron
parent
1568f94f29
commit
64741cb5ac
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user