mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00: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:
parent
1568f94f29
commit
64741cb5ac
1 changed files with 0 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue