On Fri, 22 Mar 2019 22:44:41 +0200 Alexandru Ardelean <ardeleanalex@xxxxxxxxx> wrote: > From: Alexandru Ardelean <alexandru.ardelean@xxxxxxxxxx> > > This change does a simple 1-to-1 rename of the adis16400_core.c file. Now > that the `adis16400_buffer.c` file was removed, everything can be moved > into a single driver file. > But first, this rename. > > Signed-off-by: Alexandru Ardelean <alexandru.ardelean@xxxxxxxxxx> Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to play with it. Thanks, Jonathan > --- > drivers/iio/imu/Makefile | 1 - > drivers/iio/imu/{adis16400_core.c => adis16400.c} | 0 > 2 files changed, 1 deletion(-) > rename drivers/iio/imu/{adis16400_core.c => adis16400.c} (100%) > > diff --git a/drivers/iio/imu/Makefile b/drivers/iio/imu/Makefile > index c9f85126fbe1..4a6958865504 100644 > --- a/drivers/iio/imu/Makefile > +++ b/drivers/iio/imu/Makefile > @@ -4,7 +4,6 @@ > # > > # When adding new entries keep the list in alphabetical order > -adis16400-y := adis16400_core.o > obj-$(CONFIG_ADIS16400) += adis16400.o > obj-$(CONFIG_ADIS16460) += adis16460.o > obj-$(CONFIG_ADIS16480) += adis16480.o > diff --git a/drivers/iio/imu/adis16400_core.c b/drivers/iio/imu/adis16400.c > similarity index 100% > rename from drivers/iio/imu/adis16400_core.c > rename to drivers/iio/imu/adis16400.c