]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: iio: tsl2x7x: rename driver for consistency with other IIO light drivers
authorBrian Masney <masneyb@onstation.org>
Fri, 5 May 2017 00:38:22 +0000 (20:38 -0400)
committerJonathan Cameron <jic23@kernel.org>
Sun, 7 May 2017 12:10:17 +0000 (13:10 +0100)
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>
drivers/staging/iio/light/Makefile
drivers/staging/iio/light/tsl2x7x.c [moved from drivers/staging/iio/light/tsl2x7x_core.c with 100% similarity]

index 10286c3ee6fef3d5f0492464f3ba61e2a6dbc13a..ab8dc3a3d10be0ccaf29e1a959e8b3364ee87515 100644 (file)
@@ -2,4 +2,4 @@
 # Makefile for industrial I/O Light sensors
 #
 
-obj-$(CONFIG_TSL2x7x)  += tsl2x7x_core.o
+obj-$(CONFIG_TSL2x7x)  += tsl2x7x.o