diff options
author | Robert Kmiec <robert.r.kmiec@gmail.com> | 2015-12-04 00:54:48 +0100 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-12-05 17:28:31 +0000 |
commit | ec0096f853fef46000c80bb3fd035d8376d957ac (patch) | |
tree | a2677a0df7f7fabf21720e58a4a41f75ecac6f2c /drivers/iio/dummy | |
parent | 366e65633cf4f117609965cd6e189f2cd11533d2 (diff) | |
download | linux-ec0096f853fef46000c80bb3fd035d8376d957ac.tar.bz2 |
iio: st_accel_core: Remove unneeded define
Definition of ST_SENSORS_WAI_ADDRESS was introduced within a very
first commit of this driver, but it was never used.
This address is already defined as ST_SENSORS_DEFAULT_WAI_ADDRESS
in include/linux/iio/common/st_sensors.h
To avoid duplication of the same constant in two different places
called almost exactly the same, the one which was never used
should be removed.
Signed-off-by: Robert Kmiec <robert.r.kmiec@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/dummy')
0 files changed, 0 insertions, 0 deletions