]> git.baikalelectronics.ru Git - kernel.git/commit
staging:iio:adxrs450: Move header file contents to main file
authorLars-Peter Clausen <lars@metafoo.de>
Thu, 31 Jan 2013 14:27:00 +0000 (14:27 +0000)
committerJonathan Cameron <jic23@kernel.org>
Sat, 2 Feb 2013 09:24:18 +0000 (09:24 +0000)
commita42762bff64ec8f4b3156a3681625f7753348a24
tree645ee6eaeec7529e7f599be8310e814d934fa656
parent6d20379710d1c8cbdc9ae0d0e1f6e57c9c7c6d6b
staging:iio:adxrs450: Move header file contents to main file

The contents of the adxrs450 header file is not used outside the main drivers
file, so just move the contents from the header file into the drivers main file.
Also rename the adxrs450 driver file from adxrs450_core.c to adxrs450.c.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/staging/iio/gyro/Makefile
drivers/staging/iio/gyro/adxrs450.c [new file with mode: 0644]
drivers/staging/iio/gyro/adxrs450.h [deleted file]
drivers/staging/iio/gyro/adxrs450_core.c [deleted file]