]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0c708113e0c58cc612af311faa284d3619a6897c
treefa4d0e76a328e5febf61ef59328864d03feeade8
parentb9bf66c8a4b70cd03b37d751e6afd5e605dae0c2
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