Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Brian Masney and committed by
Jonathan Cameron
38a67ffd 535fba29

+1 -1
+1 -1
drivers/staging/iio/light/Makefile
··· 2 2 # Makefile for industrial I/O Light sensors 3 3 # 4 4 5 - obj-$(CONFIG_TSL2x7x) += tsl2x7x_core.o 5 + obj-$(CONFIG_TSL2x7x) += tsl2x7x.o
drivers/staging/iio/light/tsl2x7x_core.c drivers/staging/iio/light/tsl2x7x.c