Skip to content

Commit

Permalink
iio: imu: adis16400: rename adis16400_core.c -> adi16400.c
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
commodo authored and stefpopa committed Mar 22, 2019
1 parent d6ffbd7 commit 8edaf2c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/iio/imu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit 8edaf2c

Please sign in to comment.