]> git.ipfire.org Git - thirdparty/linux.git/commit
iio: common: ssp: remove SSP_CHAN_TIMESTAMP() macro
authorDavid Lechner <dlechner@baylibre.com>
Sun, 17 May 2026 17:29:35 +0000 (12:29 -0500)
committerJonathan Cameron <jic23@kernel.org>
Sun, 31 May 2026 10:01:46 +0000 (11:01 +0100)
commit97caa67b1c68674cef84b43cba0bd7973b401240
tree2089f621942bdab402a08b911bb9ba215f5aea24
parent6bce70d0a9bc907cedb12f498ebc4cd5f7ac7cee
iio: common: ssp: remove SSP_CHAN_TIMESTAMP() macro

Remove the SSP_CHAN_TIMESTAMP() macro and replace users with the
IIO_CHAN_SOFT_TIMESTAMP() macro. The SSP_CHAN_TIMESTAMP() macro is
identical to the IIO_CHAN_SOFT_TIMESTAMP() macro, so we don't need
a separate macro for it.

Signed-off-by: David Lechner <dlechner@baylibre.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/accel/ssp_accel_sensor.c
drivers/iio/common/ssp_sensors/ssp_iio_sensor.h
drivers/iio/gyro/ssp_gyro_sensor.c