summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/light
diff options
context:
space:
mode:
authorBrian Masney <masneyb@onstation.org>2017-05-04 20:38:22 -0400
committerJonathan Cameron <jic23@kernel.org>2017-05-07 13:10:17 +0100
commit38a67ffd44fc013437f83e96612c5210499ba02a (patch)
tree5adc703a865e6c9d6ba3c469fa00916e66221971 /drivers/staging/iio/light
parent535fba29b3e1afef4ba201b3c69a6992583ec0bd (diff)
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 <masneyb@onstation.org> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/staging/iio/light')
-rw-r--r--drivers/staging/iio/light/Makefile2
-rw-r--r--drivers/staging/iio/light/tsl2x7x.c (renamed from drivers/staging/iio/light/tsl2x7x_core.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/iio/light/Makefile b/drivers/staging/iio/light/Makefile
index 10286c3ee6fe..ab8dc3a3d10b 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
index 8121a5188638..8121a5188638 100644
--- a/drivers/staging/iio/light/tsl2x7x_core.c
+++ b/drivers/staging/iio/light/tsl2x7x.c