diff options
author | Bhumika Goyal <bhumirks@gmail.com> | 2017-01-21 19:59:49 +0300 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2017-01-22 16:21:42 +0300 |
commit | 3bdafc49f5df9f2f741c71b12b76d202211e06f6 (patch) | |
tree | 1e1abdbf0ddce7796d51b3ddea3093427ea206b6 /drivers/iio/adc/ti-ads1015.c | |
parent | d5d24bcc0a10a755ee77149e2f311c4ddafc19db (diff) | |
download | linux-3bdafc49f5df9f2f741c71b12b76d202211e06f6.tar.xz |
iio: industrialio-trigger: constify device_type structures
Declare device_type structure as const as it is only stored in the
type field of a device structure. This field is of type const, so add
const to declaration of device_type structure.
File size before:
text data bss dec hex filename
5389 208 48 5645 160d iio/industrialio-trigger.o
File size after:
text data bss dec hex filename
5453 176 48 5677 162d iio/industrialio-trigger.o
Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/adc/ti-ads1015.c')
0 files changed, 0 insertions, 0 deletions