diff options
author | Rikard Falkeborn <rikard.falkeborn@gmail.com> | 2020-05-27 00:02:20 +0300 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2020-06-14 13:49:36 +0300 |
commit | 6110cdce939c9396032027ff71ce804fa44918aa (patch) | |
tree | 9bc423f983320e78a3d240eadd20c3a30cb6793a /scripts/gen_ksymdeps.sh | |
parent | 948e6dd16d53726687ac4859791bd964c06512fc (diff) | |
download | linux-6110cdce939c9396032027ff71ce804fa44918aa.tar.xz |
iio: dac: ad5592r-base: Constify struct iio_chan_spec_ext_info
ad5592r_ext_info is not modified and can be made const to allow the
compiler to put it in read-only memory.
Before:
text data bss dec hex filename
13293 2088 256 15637 3d15 drivers/iio/dac/ad5592r-base.o
After:
text data bss dec hex filename
13421 1960 256 15637 3d15 drivers/iio/dac/ad5592r-base.o
Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com>
Acked-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'scripts/gen_ksymdeps.sh')
0 files changed, 0 insertions, 0 deletions