linux/drivers/iio/dummy
Bhumika Goyal 612a462acb iio: make function argument and some structures const
Make the argument of the functions iio_sw{d/t}_group_init_type_name const
as they are only passed to the function config_group_init_type_name having
the argument as const.

Make the config_item_type structures const as they are either passed to
the functions having the argument as const or they are
stored in the const "ci_type" field of a config_item structure.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Acked-by: Jonathan Cameron <Jonathan.Cameron@Huawei.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
2017-10-19 16:15:24 +02:00
..
iio_dummy_evgen.c
iio_dummy_evgen.h
iio_simple_dummy.c iio: make function argument and some structures const 2017-10-19 16:15:24 +02:00
iio_simple_dummy.h iio: dummy: No semicolon at end of function definition 2016-12-30 18:35:05 +00:00
iio_simple_dummy_buffer.c iio:dummy: Stop enabling timestamp by default. 2017-01-10 19:54:55 +00:00
iio_simple_dummy_events.c iio:core: timestamping clock selection support 2016-06-30 19:41:38 +01:00
Kconfig iio: dummy: Convert IIO dummy to configfs 2016-05-04 11:44:06 +01:00
Makefile