staging:iio:dac:ad5504: Move private structs and defines from header to C file
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 4 Jun 2012 09:36:26 +0000 (11:36 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Jun 2012 04:47:33 +0000 (13:47 +0900)
commita98348b74ec2c4c5cda0f14d38ff19e08fc4e4bf
tree76bd9134db21491832edd2556965d3f8a8d241a0
parent4f0a788dc892d62fabcfd61b289b6212bdedadfd
staging:iio:dac:ad5504: Move private structs and defines from header to C file

The header for this driver contains some private structs and defines, which do
not have to be shared between multiple source files, as well as the platform
data struct for this driver, which has to be shared with other source files.
Since there is no need to expose those private structs and defines move them to
the source file.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/iio/dac/ad5504.c
drivers/staging/iio/dac/ad5504.h
This page took 0.025498 seconds and 5 git commands to generate.