From: Brian Masney Date: Fri, 5 May 2017 00:38:22 +0000 (-0400) Subject: staging: iio: tsl2x7x: rename driver for consistency with other IIO light drivers X-Git-Tag: v4.13-rc1~184^2~262^2~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=38a67ffd44fc013437f83e96612c5210499ba02a;p=thirdparty%2Flinux.git staging: iio: tsl2x7x: rename driver for consistency with other IIO light drivers This patch renames the tsl2x7x_core.c file to tsl2x7x.c so that the naming convention is consistent with other IIO light drivers outside of staging. Signed-off-by: Brian Masney Signed-off-by: Jonathan Cameron --- diff --git a/drivers/staging/iio/light/Makefile b/drivers/staging/iio/light/Makefile index 10286c3ee6fef..ab8dc3a3d10be 100644 --- a/drivers/staging/iio/light/Makefile +++ b/drivers/staging/iio/light/Makefile @@ -2,4 +2,4 @@ # Makefile for industrial I/O Light sensors # -obj-$(CONFIG_TSL2x7x) += tsl2x7x_core.o +obj-$(CONFIG_TSL2x7x) += tsl2x7x.o diff --git a/drivers/staging/iio/light/tsl2x7x_core.c b/drivers/staging/iio/light/tsl2x7x.c similarity index 100% rename from drivers/staging/iio/light/tsl2x7x_core.c rename to drivers/staging/iio/light/tsl2x7x.c