Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

iio: addac: ad74115: remove unused ad74115_dac_slew_rate_hz_tbl

This table was supposed to be used for handling the DAC rate, but it
ended up being unused. Remove it.

Signed-off-by: Cosmin Tanislav <cosmin.tanislav@analog.com>
Reported-by: kernel test robot <lkp@intel.com>
Link: https://lore.kernel.org/r/20221124152559.7895-1-cosmin.tanislav@analog.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Cosmin Tanislav and committed by
Jonathan Cameron
f1e24342 91f46207

-4
-4
drivers/iio/addac/ad74115.c
··· 317 317 { AD74115_SLEW_MODE_LINEAR, AD74115_SLEW_STEP_22_2_PERCENT, AD74115_SLEW_RATE_240KHZ }, 318 318 }; 319 319 320 - static const unsigned int ad74115_dac_slew_rate_hz_tbl[] = { 321 - 4000, 64000, 150000, 240000 322 - }; 323 - 324 320 static const unsigned int ad74115_rtd_excitation_current_ua_tbl[] = { 325 321 250, 500, 750, 1000 326 322 };