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)
commit53ac8500ba9badae82b0412d08e1db9f5b21b3d5
tree645ee6eaeec7529e7f599be8310e814d934fa656
parentd5e69c8350bbcf3c6058b0aceff32a2f2972485e
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 [moved from drivers/staging/iio/gyro/adxrs450_core.c with 86% similarity]
drivers/staging/iio/gyro/adxrs450.h [deleted file]