staging:iio:dac:ad5791: Move private structs and defines from header to C file
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 4 Jun 2012 09:36:27 +0000 (11:36 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Jun 2012 04:47:33 +0000 (13:47 +0900)
commit20374d1a36df3e20cd6742ba376684e5506254a8
treefa4d0e76a328e5febf61ef59328864d03feeade8
parenta98348b74ec2c4c5cda0f14d38ff19e08fc4e4bf
staging:iio:dac:ad5791: 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/ad5791.c
drivers/staging/iio/dac/ad5791.h
This page took 0.040552 seconds and 5 git commands to generate.